Html Css Color HEX #80BB42 Mantis

📋 copy color: '#80BB42'

red 128 ◦ green 187 ◦ blue 66

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

Shades of Mantis #80BB42

Tints of Mantis #80BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 33.6%
G = 49.08%
B = 17.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#80BB42 (or 0x80BB42) is known color: Mantis. HEX triplet: 80, BB and 42. RGB value is (128,187,66). Sum of RGB (Red+Green+Blue) = 128+187+66=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB42 is #7F44BD. Grayscale: #9B9B9B. Windows color (decimal): -8340670 or 4373376. OLE color: 4373376.

HSL color Cylindrical-coordinate representation of color #80BB42: hue angle of 89.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80BB42 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 66 -
CMYK 0.32 0 0.65 0.27
HSL 89.26º 0.48% 0.5% -
HSV(B) 89.26º 0.65% 0.73% -
XYZ 27.66 40.52 11.52 -
YUV 155.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 128 187 66 0.32 0 0.65 0.27 89.26 0.48 0.5
Hex 80 BB 42 20 0 41 1B 59 30 32
Octal 200 273 102 40 0 101 33 131 60 62
Binary 10000000 10111011 1000010 100000 0 1000001 11011 1011001 110000 110010

Color Harmonies of #80BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB42

Black with #80BB42

Text Example


Text Example

White with #80BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,66); }

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

background-color css

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

 a { background-color: rgb(128,187,66); }

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

border-color css

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

 span { border-color: rgb(128,187,66); }

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