Html Css Color HEX #64D06D Fern

📋 copy color: '#64D06D'

red 100 ◦ green 208 ◦ blue 109

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

Shades of Fern #64D06D

Tints of Fern #64D06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 23.98%
G = 49.88%
B = 26.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#64D06D (or 0x64D06D) is known color: Fern. HEX triplet: 64, D0 and 6D. RGB value is (100,208,109). Sum of RGB (Red+Green+Blue) = 100+208+109=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #64D06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D06D is #9B2F92. Grayscale: #A4A4A4. Windows color (decimal): -10170259 or 7196772. OLE color: 7196772.

HSL color Cylindrical-coordinate representation of color #64D06D: hue angle of 125º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D06D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 109 -
CMYK 0.52 0 0.48 0.18
HSL 125º 0.53% 0.6% -
HSV(B) 125º 0.52% 0.82% -
XYZ 30.57 48.93 22.3 -
YUV 164.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 100 208 109 0.52 0 0.48 0.18 125 0.53 0.6
Hex 64 D0 6D 34 0 30 12 7D 35 3C
Octal 144 320 155 64 0 60 22 175 65 74
Binary 1100100 11010000 1101101 110100 0 110000 10010 1111101 110101 111100

Color Harmonies of #64D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D06D

Black with #64D06D

Text Example


Text Example

White with #64D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,109); }

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

background-color css

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

 a { background-color: rgb(100,208,109); }

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

border-color css

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

 span { border-color: rgb(100,208,109); }

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