#64CA74

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

Shades of Fern #64CA74

Tints of Fern #64CA74

Color information

#64CA74 (or 0x64CA74) is unknown color: approx Fern. HEX triplet: 64, CA and 74. RGB value is (100,202,116). Sum of RGB (Red+Green+Blue) = 100+202+116=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA74 is #9B358B. Grayscale: #A1A1A1. Windows color (decimal): -10171788 or 7653988. OLE color: 7653988.

HSL color Cylindrical-coordinate representation of color #64CA74: hue angle of 129.41º degrees, saturation: 0.49, 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 #64CA74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB100202116-
CMYK0.5000.430.21
HSL129.41º49.04%59.22%-
HSV(B)129.41º50.5%79.22%-
XYZ29.5346.2123.89-
YUV161.7102.2183.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=23.92%
G=48.33%
B=27.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021160.5000.430.21129.4149.0459.22
Hex64CA743202B1581313b
Octal14431216462053252016173
Binary110010011001010111010011001001010111010110000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,116); }

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

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

 a { background-color: rgb(100,202,116); }

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

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

 span { border-color: rgb(100,202,116); }

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