Html Css Color HEX #64C95D Fern

📋 copy color: '#64C95D'

red 100 ◦ green 201 ◦ blue 93

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

Shades of Fern #64C95D

Tints of Fern #64C95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

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

R = 25.38%
G = 51.02%
B = 23.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#64C95D (or 0x64C95D) is known color: Fern. HEX triplet: 64, C9 and 5D. RGB value is (100,201,93). Sum of RGB (Red+Green+Blue) = 100+201+93=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #64C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C95D is #9B36A2. Grayscale: #9E9E9E. Windows color (decimal): -10172067 or 6146404. OLE color: 6146404.

HSL color Cylindrical-coordinate representation of color #64C95D: hue angle of 116.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C95D is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 93 -
CMYK 0.50 0 0.54 0.21
HSL 116.11º 0.5% 0.58% -
HSV(B) 116.11º 0.54% 0.79% -
XYZ 28.12 45.27 17.61 -
YUV 158.49 91.04 86.28 -
System Red Green Blue C M Y K H S L
Decimal 100 201 93 0.50 0 0.54 0.21 116.11 0.5 0.58
Hex 64 C9 5D 32 0 36 15 74 32 3A
Octal 144 311 135 62 0 66 25 164 62 72
Binary 1100100 11001001 1011101 110010 0 110110 10101 1110100 110010 111010

Color Harmonies of #64C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C95D

Black with #64C95D

Text Example


Text Example

White with #64C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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