Html Css Color HEX #80CE52 Mantis

📋 copy color: '#80CE52'

red 128 ◦ green 206 ◦ blue 82

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

Shades of Mantis #80CE52

Tints of Mantis #80CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.52%

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

R = 30.77%
G = 49.52%
B = 19.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#80CE52 (or 0x80CE52) is known color: Mantis. HEX triplet: 80, CE and 52. RGB value is (128,206,82). Sum of RGB (Red+Green+Blue) = 128+206+82=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE52 is #7F31AD. Grayscale: #A8A8A8. Windows color (decimal): -8335790 or 5426816. OLE color: 5426816.

HSL color Cylindrical-coordinate representation of color #80CE52: hue angle of 97.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80CE52 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 82 -
CMYK 0.38 0 0.60 0.19
HSL 97.74º 0.56% 0.56% -
HSV(B) 97.74º 0.6% 0.81% -
XYZ 32.5 49.34 15.79 -
YUV 168.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 128 206 82 0.38 0 0.60 0.19 97.74 0.56 0.56
Hex 80 CE 52 26 0 3C 13 62 38 38
Octal 200 316 122 46 0 74 23 142 70 70
Binary 10000000 11001110 1010010 100110 0 111100 10011 1100010 111000 111000

Color Harmonies of #80CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE52

Black with #80CE52

Text Example


Text Example

White with #80CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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