Html Css Color HEX #64C160 Fern

📋 copy color: '#64C160'

red 100 ◦ green 193 ◦ blue 96

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

Shades of Fern #64C160

Tints of Fern #64C160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 25.71%
G = 49.61%
B = 24.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#64C160 (or 0x64C160) is known color: Fern. HEX triplet: 64, C1 and 60. RGB value is (100,193,96). Sum of RGB (Red+Green+Blue) = 100+193+96=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #64C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C160 is #9B3E9F. Grayscale: #9A9A9A. Windows color (decimal): -10174112 or 6340964. OLE color: 6340964.

HSL color Cylindrical-coordinate representation of color #64C160: hue angle of 117.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C160 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 96 -
CMYK 0.48 0 0.50 0.24
HSL 117.53º 0.44% 0.57% -
HSV(B) 117.53º 0.5% 0.76% -
XYZ 26.44 41.69 17.72 -
YUV 154.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 100 193 96 0.48 0 0.50 0.24 117.53 0.44 0.57
Hex 64 C1 60 30 0 32 18 76 2C 39
Octal 144 301 140 60 0 62 30 166 54 71
Binary 1100100 11000001 1100000 110000 0 110010 11000 1110110 101100 111001

Color Harmonies of #64C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C160

Black with #64C160

Text Example


Text Example

White with #64C160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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