Html Css Color HEX #80AF68 Mantis

📋 copy color: '#80AF68'

red 128 ◦ green 175 ◦ blue 104

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

Shades of Mantis #80AF68

Tints of Mantis #80AF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 31.45%
G = 43%
B = 25.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#80AF68 (or 0x80AF68) is known color: Mantis. HEX triplet: 80, AF and 68. RGB value is (128,175,104). Sum of RGB (Red+Green+Blue) = 128+175+104=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF68 is #7F5097. Grayscale: #999999. Windows color (decimal): -8343704 or 6860672. OLE color: 6860672.

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

Color convert

RGB 128 175 104 -
CMYK 0.27 0 0.41 0.31
HSL 99.72º 0.31% 0.55% -
HSV(B) 99.72º 0.41% 0.69% -
XYZ 26.73 36.25 18.68 -
YUV 152.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 128 175 104 0.27 0 0.41 0.31 99.72 0.31 0.55
Hex 80 AF 68 1B 0 29 1F 64 1F 37
Octal 200 257 150 33 0 51 37 144 37 67
Binary 10000000 10101111 1101000 11011 0 101001 11111 1100100 11111 110111

Color Harmonies of #80AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF68

Black with #80AF68

Text Example


Text Example

White with #80AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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