Html Css Color HEX #64AE60 Fern

📋 copy color: '#64AE60'

red 100 ◦ green 174 ◦ blue 96

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

Shades of Fern #64AE60

Tints of Fern #64AE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.03%

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

R = 27.03%
G = 47.03%
B = 25.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#64AE60 (or 0x64AE60) is known color: Fern. HEX triplet: 64, AE and 60. RGB value is (100,174,96). Sum of RGB (Red+Green+Blue) = 100+174+96=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE60 is #9B519F. Grayscale: #8F8F8F. Windows color (decimal): -10178976 or 6336100. OLE color: 6336100.

HSL color Cylindrical-coordinate representation of color #64AE60: hue angle of 116.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64AE60 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 96 -
CMYK 0.43 0 0.45 0.32
HSL 116.92º 0.33% 0.53% -
HSV(B) 116.92º 0.45% 0.68% -
XYZ 22.5 33.83 16.41 -
YUV 142.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 100 174 96 0.43 0 0.45 0.32 116.92 0.33 0.53
Hex 64 AE 60 2B 0 2D 20 75 20 35
Octal 144 256 140 53 0 55 40 165 40 65
Binary 1100100 10101110 1100000 101011 0 101101 100000 1110101 100000 110101

Color Harmonies of #64AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE60

Black with #64AE60

Text Example


Text Example

White with #64AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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