Html Css Color HEX #64CD76 Fern

📋 copy color: '#64CD76'

red 100 ◦ green 205 ◦ blue 118

#64CD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64CD76

Tints of Fern #64CD76

RGB

 RED value IS 100 (39.45% from 255) = 23.64%

 GREEN value IS 205 (80.47% from 255) = 48.46%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 23.64%
G = 48.46%
B = 27.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#64CD76 (or 0x64CD76) is known color: Fern. HEX triplet: 64, CD and 76. RGB value is (100,205,118). Sum of RGB (Red+Green+Blue) = 100+205+118=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD76 is #9B3289. Grayscale: #A3A3A3. Windows color (decimal): -10171018 or 7785828. OLE color: 7785828.

HSL color Cylindrical-coordinate representation of color #64CD76: hue angle of 130.29º 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 #64CD76 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 118 -
CMYK 0.51 0 0.42 0.20
HSL 130.29º 0.51% 0.6% -
HSV(B) 130.29º 0.51% 0.8% -
XYZ 30.36 47.68 24.74 -
YUV 163.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 100 205 118 0.51 0 0.42 0.20 130.29 0.51 0.6
Hex 64 CD 76 33 0 2A 14 82 33 3C
Octal 144 315 166 63 0 52 24 202 63 74
Binary 1100100 11001101 1110110 110011 0 101010 10100 10000010 110011 111100

Color Harmonies of #64CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD76

Black with #64CD76

Text Example


Text Example

White with #64CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CD76;
 }
 .AnyTagClassName
 {
   color: #64CD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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