#65C16B

Color #65C16B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65C16B

Tints of Fern #65C16B

Color information

#65C16B (or 0x65C16B) is unknown color: approx Fern. HEX triplet: 65, C1 and 6B. RGB value is (101,193,107). Sum of RGB (Red+Green+Blue) = 101+193+107=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #65C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C16B is #9A3E94. Grayscale: #9B9B9B. Windows color (decimal): -10108565 or 7061861. OLE color: 7061861.

HSL color Cylindrical-coordinate representation of color #65C16B: hue angle of 123.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C16B is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB101193107-
CMYK0.4800.450.24
HSL123.91º42.59%57.65%-
HSV(B)123.91º47.67%75.69%-
XYZ27.0941.9720.58-
YUV155.69100.5288.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=25.19%
G=48.13%
B=26.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011931070.4800.450.24123.9142.5957.65
Hex65C16B3002D187c2b3a
Octal14530115360055301745372
Binary11001011100000111010111100000101101110001111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C16B; }

 p { color: rgb(101,193,107); }

 H1.HeaderClassName
 {
   color: #65C16B;
 }
 .AnyTagClassName
 {
   color: #65C16B;
 }
</style>
background-color css

<style>
 a { background-color: #65C16B; }

 a { background-color: rgb(101,193,107); }

 div.DivClassName
 {
   background-color: #65C16B;
 }
 .BgClassName
 {
   background-color: #65C16B;
 }
</style>
border-color css

<style>
 span { border-color: #65C16B; }

 span { border-color: rgb(101,193,107); }

 td.TdClassName
 {
   border-color: #65C16B;
 }
 .TagClassName
 {
   border-color: #65C16B;
 }
</style>