Html Css Color HEX #64C95F Fern

📋 copy color: '#64C95F'

red 100 ◦ green 201 ◦ blue 95

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

Shades of Fern #64C95F

Tints of Fern #64C95F

RGB

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

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

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

R = 25.25%
G = 50.76%
B = 23.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#64C95F (or 0x64C95F) is known color: Fern. HEX triplet: 64, C9 and 5F. RGB value is (100,201,95). Sum of RGB (Red+Green+Blue) = 100+201+95=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #64C95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C95F is #9B36A0. Grayscale: #9F9F9F. Windows color (decimal): -10172065 or 6277476. OLE color: 6277476.

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

Color convert

RGB 100 201 95 -
CMYK 0.50 0 0.53 0.21
HSL 117.17º 0.5% 0.58% -
HSV(B) 117.17º 0.53% 0.79% -
XYZ 28.21 45.31 18.09 -
YUV 158.72 92.04 86.12 -
System Red Green Blue C M Y K H S L
Decimal 100 201 95 0.50 0 0.53 0.21 117.17 0.5 0.58
Hex 64 C9 5F 32 0 35 15 75 32 3A
Octal 144 311 137 62 0 65 25 165 62 72
Binary 1100100 11001001 1011111 110010 0 110101 10101 1110101 110010 111010

Color Harmonies of #64C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C95F

Black with #64C95F

Text Example


Text Example

White with #64C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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