Html Css Color HEX #80CA52 Mantis

📋 copy color: '#80CA52'

red 128 ◦ green 202 ◦ blue 82

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

Shades of Mantis #80CA52

Tints of Mantis #80CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.03%

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

R = 31.07%
G = 49.03%
B = 19.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#80CA52 (or 0x80CA52) is known color: Mantis. HEX triplet: 80, CA and 52. RGB value is (128,202,82). Sum of RGB (Red+Green+Blue) = 128+202+82=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA52 is #7F35AD. Grayscale: #A6A6A6. Windows color (decimal): -8336814 or 5425792. OLE color: 5425792.

HSL color Cylindrical-coordinate representation of color #80CA52: hue angle of 97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80CA52 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 82 -
CMYK 0.37 0 0.59 0.21
HSL 97º 0.53% 0.56% -
HSV(B) 97º 0.59% 0.79% -
XYZ 31.55 47.44 15.48 -
YUV 166.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 128 202 82 0.37 0 0.59 0.21 97 0.53 0.56
Hex 80 CA 52 25 0 3B 15 61 35 38
Octal 200 312 122 45 0 73 25 141 65 70
Binary 10000000 11001010 1010010 100101 0 111011 10101 1100001 110101 111000

Color Harmonies of #80CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA52

Black with #80CA52

Text Example


Text Example

White with #80CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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