Html Css Color HEX #64C15A Fern

📋 copy color: '#64C15A'

red 100 ◦ green 193 ◦ blue 90

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

Shades of Fern #64C15A

Tints of Fern #64C15A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

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

R = 26.11%
G = 50.39%
B = 23.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#64C15A (or 0x64C15A) is known color: Fern. HEX triplet: 64, C1 and 5A. RGB value is (100,193,90). Sum of RGB (Red+Green+Blue) = 100+193+90=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #64C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C15A is #9B3EA5. Grayscale: #999999. Windows color (decimal): -10174118 or 5947748. OLE color: 5947748.

HSL color Cylindrical-coordinate representation of color #64C15A: hue angle of 114.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C15A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 90 -
CMYK 0.48 0 0.53 0.24
HSL 114.17º 0.45% 0.55% -
HSV(B) 114.17º 0.53% 0.76% -
XYZ 26.17 41.59 16.32 -
YUV 153.45 92.19 89.88 -
System Red Green Blue C M Y K H S L
Decimal 100 193 90 0.48 0 0.53 0.24 114.17 0.45 0.55
Hex 64 C1 5A 30 0 35 18 72 2D 37
Octal 144 301 132 60 0 65 30 162 55 67
Binary 1100100 11000001 1011010 110000 0 110101 11000 1110010 101101 110111

Color Harmonies of #64C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C15A

Black with #64C15A

Text Example


Text Example

White with #64C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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