Html Css Color HEX #64C95A Fern

📋 copy color: '#64C95A'

red 100 ◦ green 201 ◦ blue 90

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

Shades of Fern #64C95A

Tints of Fern #64C95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 25.58%
G = 51.41%
B = 23.02%

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

#64C95A (or 0x64C95A) is known color: Fern. HEX triplet: 64, C9 and 5A. RGB value is (100,201,90). Sum of RGB (Red+Green+Blue) = 100+201+90=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #64C95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C95A is #9B36A5. Grayscale: #9E9E9E. Windows color (decimal): -10172070 or 5949796. OLE color: 5949796.

HSL color Cylindrical-coordinate representation of color #64C95A: hue angle of 114.59º degrees, saturation: 0.51, 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 #64C95A is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 90 -
CMYK 0.50 0 0.55 0.21
HSL 114.59º 0.51% 0.57% -
HSV(B) 114.59º 0.55% 0.79% -
XYZ 27.99 45.22 16.93 -
YUV 158.15 89.54 86.53 -
System Red Green Blue C M Y K H S L
Decimal 100 201 90 0.50 0 0.55 0.21 114.59 0.51 0.57
Hex 64 C9 5A 32 0 37 15 73 33 39
Octal 144 311 132 62 0 67 25 163 63 71
Binary 1100100 11001001 1011010 110010 0 110111 10101 1110011 110011 111001

Color Harmonies of #64C95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C95A

Black with #64C95A

Text Example


Text Example

White with #64C95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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