Html Css Color HEX #64AE5E Fern

📋 copy color: '#64AE5E'

red 100 ◦ green 174 ◦ blue 94

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

Shades of Fern #64AE5E

Tints of Fern #64AE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 27.17%
G = 47.28%
B = 25.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#64AE5E (or 0x64AE5E) is known color: Fern. HEX triplet: 64, AE and 5E. RGB value is (100,174,94). Sum of RGB (Red+Green+Blue) = 100+174+94=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE5E is #9B51A1. Grayscale: #8F8F8F. Windows color (decimal): -10178978 or 6205028. OLE color: 6205028.

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

Color convert

RGB 100 174 94 -
CMYK 0.43 0 0.46 0.32
HSL 115.5º 0.33% 0.53% -
HSV(B) 115.5º 0.46% 0.68% -
XYZ 22.41 33.79 15.93 -
YUV 142.75 100.48 97.5 -
System Red Green Blue C M Y K H S L
Decimal 100 174 94 0.43 0 0.46 0.32 115.5 0.33 0.53
Hex 64 AE 5E 2B 0 2E 20 74 21 35
Octal 144 256 136 53 0 56 40 164 41 65
Binary 1100100 10101110 1011110 101011 0 101110 100000 1110100 100001 110101

Color Harmonies of #64AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE5E

Black with #64AE5E

Text Example


Text Example

White with #64AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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