Html Css Color HEX #80BF52 Mantis

📋 copy color: '#80BF52'

red 128 ◦ green 191 ◦ blue 82

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

Shades of Mantis #80BF52

Tints of Mantis #80BF52

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

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

R = 31.92%
G = 47.63%
B = 20.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#80BF52 (or 0x80BF52) is known color: Mantis. HEX triplet: 80, BF and 52. RGB value is (128,191,82). Sum of RGB (Red+Green+Blue) = 128+191+82=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF52 is #7F40AD. Grayscale: #A0A0A0. Windows color (decimal): -8339630 or 5422976. OLE color: 5422976.

HSL color Cylindrical-coordinate representation of color #80BF52: hue angle of 94.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80BF52 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 82 -
CMYK 0.33 0 0.57 0.25
HSL 94.68º 0.46% 0.54% -
HSV(B) 94.68º 0.57% 0.75% -
XYZ 29.06 42.46 14.65 -
YUV 159.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 128 191 82 0.33 0 0.57 0.25 94.68 0.46 0.54
Hex 80 BF 52 21 0 39 19 5F 2E 36
Octal 200 277 122 41 0 71 31 137 56 66
Binary 10000000 10111111 1010010 100001 0 111001 11001 1011111 101110 110110

Color Harmonies of #80BF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF52

Black with #80BF52

Text Example


Text Example

White with #80BF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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