Html Css Color HEX #80AF66 Mantis

📋 copy color: '#80AF66'

red 128 ◦ green 175 ◦ blue 102

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

Shades of Mantis #80AF66

Tints of Mantis #80AF66

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 31.6%
G = 43.21%
B = 25.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#80AF66 (or 0x80AF66) is known color: Mantis. HEX triplet: 80, AF and 66. RGB value is (128,175,102). Sum of RGB (Red+Green+Blue) = 128+175+102=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF66 is #7F5099. Grayscale: #989898. Windows color (decimal): -8343706 or 6729600. OLE color: 6729600.

HSL color Cylindrical-coordinate representation of color #80AF66: hue angle of 98.63º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AF66 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 102 -
CMYK 0.27 0 0.42 0.31
HSL 98.63º 0.31% 0.54% -
HSV(B) 98.63º 0.42% 0.69% -
XYZ 26.63 36.21 18.16 -
YUV 152.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 128 175 102 0.27 0 0.42 0.31 98.63 0.31 0.54
Hex 80 AF 66 1B 0 2A 1F 63 1F 36
Octal 200 257 146 33 0 52 37 143 37 66
Binary 10000000 10101111 1100110 11011 0 101010 11111 1100011 11111 110110

Color Harmonies of #80AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF66

Black with #80AF66

Text Example


Text Example

White with #80AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AF66; }

 p { color: rgb(128,175,102); }

 H1.HeaderClassName
 {
   color: #80AF66;
 }
 .AnyTagClassName
 {
   color: #80AF66;
 }
</style>

background-color css

<style>
 a { background-color: #80AF66; }

 a { background-color: rgb(128,175,102); }

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

border-color css

<style>
 span { border-color: #80AF66; }

 span { border-color: rgb(128,175,102); }

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