Html Css Color HEX #64AE66 Fern

📋 copy color: '#64AE66'

red 100 ◦ green 174 ◦ blue 102

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

Shades of Fern #64AE66

Tints of Fern #64AE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 26.6%
G = 46.28%
B = 27.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#64AE66 (or 0x64AE66) is known color: Fern. HEX triplet: 64, AE and 66. RGB value is (100,174,102). Sum of RGB (Red+Green+Blue) = 100+174+102=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE66 is #9B5199. Grayscale: #8F8F8F. Windows color (decimal): -10178970 or 6729316. OLE color: 6729316.

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

Color convert

RGB 100 174 102 -
CMYK 0.43 0 0.41 0.32
HSL 121.62º 0.31% 0.54% -
HSV(B) 121.62º 0.43% 0.68% -
XYZ 22.79 33.94 17.92 -
YUV 143.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 100 174 102 0.43 0 0.41 0.32 121.62 0.31 0.54
Hex 64 AE 66 2B 0 29 20 7A 1F 36
Octal 144 256 146 53 0 51 40 172 37 66
Binary 1100100 10101110 1100110 101011 0 101001 100000 1111010 11111 110110

Color Harmonies of #64AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE66

Black with #64AE66

Text Example


Text Example

White with #64AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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