Html Css Color HEX #80B852 Mantis

📋 copy color: '#80B852'

red 128 ◦ green 184 ◦ blue 82

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

Shades of Mantis #80B852

Tints of Mantis #80B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 32.49%
G = 46.7%
B = 20.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#80B852 (or 0x80B852) is known color: Mantis. HEX triplet: 80, B8 and 52. RGB value is (128,184,82). Sum of RGB (Red+Green+Blue) = 128+184+82=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #80B852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B852 is #7F47AD. Grayscale: #9B9B9B. Windows color (decimal): -8341422 or 5421184. OLE color: 5421184.

HSL color Cylindrical-coordinate representation of color #80B852: hue angle of 92.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80B852 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 82 -
CMYK 0.30 0 0.55 0.28
HSL 92.94º 0.42% 0.52% -
HSV(B) 92.94º 0.55% 0.72% -
XYZ 27.57 39.48 14.15 -
YUV 155.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 128 184 82 0.30 0 0.55 0.28 92.94 0.42 0.52
Hex 80 B8 52 1E 0 37 1C 5D 2A 34
Octal 200 270 122 36 0 67 34 135 52 64
Binary 10000000 10111000 1010010 11110 0 110111 11100 1011101 101010 110100

Color Harmonies of #80B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B852

Black with #80B852

Text Example


Text Example

White with #80B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,82); }

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

background-color css

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

 a { background-color: rgb(128,184,82); }

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

border-color css

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

 span { border-color: rgb(128,184,82); }

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