Html Css Color HEX #64CC5F Fern

📋 copy color: '#64CC5F'

red 100 ◦ green 204 ◦ blue 95

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

Shades of Fern #64CC5F

Tints of Fern #64CC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 25.06%
G = 51.13%
B = 23.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#64CC5F (or 0x64CC5F) is known color: Fern. HEX triplet: 64, CC and 5F. RGB value is (100,204,95). Sum of RGB (Red+Green+Blue) = 100+204+95=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC5F is #9B33A0. Grayscale: #A0A0A0. Windows color (decimal): -10171297 or 6278244. OLE color: 6278244.

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

Color convert

RGB 100 204 95 -
CMYK 0.51 0 0.53 0.2
HSL 117.25º 0.52% 0.59% -
HSV(B) 117.25º 0.53% 0.8% -
XYZ 28.91 46.72 18.32 -
YUV 160.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 100 204 95 0.51 0 0.53 0.2 117.25 0.52 0.59
Hex 64 CC 5F 33 0 35 14 75 34 3B
Octal 144 314 137 63 0 65 24 165 64 73
Binary 1100100 11001100 1011111 110011 0 110101 10100 1110101 110100 111011

Color Harmonies of #64CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CC5F

Black with #64CC5F

Text Example


Text Example

White with #64CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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