#65C96F

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

Shades of Fern #65C96F

Tints of Fern #65C96F

Color information

#65C96F (or 0x65C96F) is unknown color: approx Fern. HEX triplet: 65, C9 and 6F. RGB value is (101,201,111). Sum of RGB (Red+Green+Blue) = 101+201+111=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #65C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C96F is #9A3690. Grayscale: #A1A1A1. Windows color (decimal): -10106513 or 7326053. OLE color: 7326053.

HSL color Cylindrical-coordinate representation of color #65C96F: hue angle of 126º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C96F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB101201111-
CMYK0.5000.450.21
HSL126º48.08%59.22%-
HSV(B)126º49.75%78.82%-
XYZ29.1245.6922.32-
YUV160.8499.8785.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.46%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=24.46%
G=48.67%
B=26.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012011110.5000.450.2112648.0859.22
Hex65C96F3202D157e303b
Octal14531115762055251766073
Binary11001011100100111011111100100101101101011111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,201,111); }

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

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

 a { background-color: rgb(101,201,111); }

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

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

 span { border-color: rgb(101,201,111); }

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