Html Css Color HEX #64B460 Fern

📋 copy color: '#64B460'

red 100 ◦ green 180 ◦ blue 96

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

Shades of Fern #64B460

Tints of Fern #64B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

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

R = 26.6%
G = 47.87%
B = 25.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#64B460 (or 0x64B460) is known color: Fern. HEX triplet: 64, B4 and 60. RGB value is (100,180,96). Sum of RGB (Red+Green+Blue) = 100+180+96=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #64B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B460 is #9B4B9F. Grayscale: #929292. Windows color (decimal): -10177440 or 6337636. OLE color: 6337636.

HSL color Cylindrical-coordinate representation of color #64B460: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B460 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 96 -
CMYK 0.44 0 0.47 0.29
HSL 117.14º 0.36% 0.54% -
HSV(B) 117.14º 0.47% 0.71% -
XYZ 23.69 36.2 16.8 -
YUV 146.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 100 180 96 0.44 0 0.47 0.29 117.14 0.36 0.54
Hex 64 B4 60 2C 0 2F 1D 75 24 36
Octal 144 264 140 54 0 57 35 165 44 66
Binary 1100100 10110100 1100000 101100 0 101111 11101 1110101 100100 110110

Color Harmonies of #64B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B460

Black with #64B460

Text Example


Text Example

White with #64B460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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