Html Css Color HEX #64CC5D Fern

📋 copy color: '#64CC5D'

red 100 ◦ green 204 ◦ blue 93

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

Shades of Fern #64CC5D

Tints of Fern #64CC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 25.19%
G = 51.39%
B = 23.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#64CC5D (or 0x64CC5D) is known color: Fern. HEX triplet: 64, CC and 5D. RGB value is (100,204,93). Sum of RGB (Red+Green+Blue) = 100+204+93=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC5D is #9B33A2. Grayscale: #A0A0A0. Windows color (decimal): -10171299 or 6147172. OLE color: 6147172.

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

Color convert

RGB 100 204 93 -
CMYK 0.51 0 0.54 0.2
HSL 116.22º 0.52% 0.58% -
HSV(B) 116.22º 0.54% 0.8% -
XYZ 28.82 46.69 17.85 -
YUV 160.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 100 204 93 0.51 0 0.54 0.2 116.22 0.52 0.58
Hex 64 CC 5D 33 0 36 14 74 34 3A
Octal 144 314 135 63 0 66 24 164 64 72
Binary 1100100 11001100 1011101 110011 0 110110 10100 1110100 110100 111010

Color Harmonies of #64CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CC5D

Black with #64CC5D

Text Example


Text Example

White with #64CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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