Html Css Color HEX #64C95B Fern

📋 copy color: '#64C95B'

red 100 ◦ green 201 ◦ blue 91

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

Shades of Fern #64C95B

Tints of Fern #64C95B

RGB

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

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

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

R = 25.51%
G = 51.28%
B = 23.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#64C95B (or 0x64C95B) is known color: Fern. HEX triplet: 64, C9 and 5B. RGB value is (100,201,91). Sum of RGB (Red+Green+Blue) = 100+201+91=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #64C95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C95B is #9B36A4. Grayscale: #9E9E9E. Windows color (decimal): -10172069 or 6015332. OLE color: 6015332.

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

Color convert

RGB 100 201 91 -
CMYK 0.50 0 0.55 0.21
HSL 115.09º 0.5% 0.57% -
HSV(B) 115.09º 0.55% 0.79% -
XYZ 28.03 45.24 17.15 -
YUV 158.26 90.04 86.44 -
System Red Green Blue C M Y K H S L
Decimal 100 201 91 0.50 0 0.55 0.21 115.09 0.5 0.57
Hex 64 C9 5B 32 0 37 15 73 32 39
Octal 144 311 133 62 0 67 25 163 62 71
Binary 1100100 11001001 1011011 110010 0 110111 10101 1110011 110010 111001

Color Harmonies of #64C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C95B

Black with #64C95B

Text Example


Text Example

White with #64C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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