Html Css Color HEX #64CC5B Fern

📋 copy color: '#64CC5B'

red 100 ◦ green 204 ◦ blue 91

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

Shades of Fern #64CC5B

Tints of Fern #64CC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 25.32%
G = 51.65%
B = 23.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#64CC5B (or 0x64CC5B) is known color: Fern. HEX triplet: 64, CC and 5B. RGB value is (100,204,91). Sum of RGB (Red+Green+Blue) = 100+204+91=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC5B is #9B33A4. Grayscale: #A0A0A0. Windows color (decimal): -10171301 or 6016100. OLE color: 6016100.

HSL color Cylindrical-coordinate representation of color #64CC5B: hue angle of 115.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CC5B is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 91 -
CMYK 0.51 0 0.55 0.2
HSL 115.22º 0.53% 0.58% -
HSV(B) 115.22º 0.55% 0.8% -
XYZ 28.74 46.65 17.39 -
YUV 160.02 89.04 85.19 -
System Red Green Blue C M Y K H S L
Decimal 100 204 91 0.51 0 0.55 0.2 115.22 0.53 0.58
Hex 64 CC 5B 33 0 37 14 73 35 3A
Octal 144 314 133 63 0 67 24 163 65 72
Binary 1100100 11001100 1011011 110011 0 110111 10100 1110011 110101 111010

Color Harmonies of #64CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CC5B

Black with #64CC5B

Text Example


Text Example

White with #64CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,91); }

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

background-color css

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

 a { background-color: rgb(100,204,91); }

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

border-color css

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

 span { border-color: rgb(100,204,91); }

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