Html Css Color HEX #64D06B Fern

📋 copy color: '#64D06B'

red 100 ◦ green 208 ◦ blue 107

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

Shades of Fern #64D06B

Tints of Fern #64D06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 24.1%
G = 50.12%
B = 25.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#64D06B (or 0x64D06B) is known color: Fern. HEX triplet: 64, D0 and 6B. RGB value is (100,208,107). Sum of RGB (Red+Green+Blue) = 100+208+107=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #64D06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D06B is #9B2F94. Grayscale: #A4A4A4. Windows color (decimal): -10170261 or 7065700. OLE color: 7065700.

HSL color Cylindrical-coordinate representation of color #64D06B: hue angle of 123.89º 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 #64D06B is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 107 -
CMYK 0.52 0 0.49 0.18
HSL 123.89º 0.53% 0.6% -
HSV(B) 123.89º 0.52% 0.82% -
XYZ 30.47 48.88 21.74 -
YUV 164.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 100 208 107 0.52 0 0.49 0.18 123.89 0.53 0.6
Hex 64 D0 6B 34 0 31 12 7C 35 3C
Octal 144 320 153 64 0 61 22 174 65 74
Binary 1100100 11010000 1101011 110100 0 110001 10010 1111100 110101 111100

Color Harmonies of #64D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D06B

Black with #64D06B

Text Example


Text Example

White with #64D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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