#64BB6E

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

Shades of Fern #64BB6E

Tints of Fern #64BB6E

Color information

#64BB6E (or 0x64BB6E) is unknown color: approx Fern. HEX triplet: 64, BB and 6E. RGB value is (100,187,110). Sum of RGB (Red+Green+Blue) = 100+187+110=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB6E is #9B4491. Grayscale: #989898. Windows color (decimal): -10175634 or 7256932. OLE color: 7256932.

HSL color Cylindrical-coordinate representation of color #64BB6E: hue angle of 126.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB6E is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB100187110-
CMYK0.4700.410.27
HSL126.9º39.01%56.27%-
HSV(B)126.9º46.52%73.33%-
XYZ25.8439.3820.99-
YUV152.21104.1890.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=25.19%
G=47.10%
B=27.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001871100.4700.410.27126.939.0156.27
Hex64BB6E2F0291B7f2738
Octal14427315657051331774770
Binary11001001011101111011101011110101001110111111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BB6E; }

 p { color: rgb(100,187,110); }

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

<style>
 a { background-color: #64BB6E; }

 a { background-color: rgb(100,187,110); }

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

<style>
 span { border-color: #64BB6E; }

 span { border-color: rgb(100,187,110); }

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