#64CD6C

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

Shades of Fern #64CD6C

Tints of Fern #64CD6C

Color information

#64CD6C (or 0x64CD6C) is unknown color: approx Fern. HEX triplet: 64, CD and 6C. RGB value is (100,205,108). Sum of RGB (Red+Green+Blue) = 100+205+108=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD6C is #9B3293. Grayscale: #A2A2A2. Windows color (decimal): -10171028 or 7130468. OLE color: 7130468.

HSL color Cylindrical-coordinate representation of color #64CD6C: hue angle of 124.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD6C is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB100205108-
CMYK0.5100.470.20
HSL124.57º51.22%59.8%-
HSV(B)124.57º51.22%80.39%-
XYZ29.7947.4521.78-
YUV162.5597.2183.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 205 (80.47% from 255) = 49.64%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=24.21%
G=49.64%
B=26.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051080.5100.470.20124.5751.2259.8
Hex64CD6C3302F147d333c
Octal14431515463057241756374
Binary11001001100110111011001100110101111101001111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,108); }

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

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

 a { background-color: rgb(100,205,108); }

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

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

 span { border-color: rgb(100,205,108); }

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