Html Css Color HEX #80D453 Mantis

📋 copy color: '#80D453'

red 128 ◦ green 212 ◦ blue 83

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

Shades of Mantis #80D453

Tints of Mantis #80D453

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.12%

 BLUE value IS 83 (32.81% from 255) = 19.62%

R = 30.26%
G = 50.12%
B = 19.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#80D453 (or 0x80D453) is known color: Mantis. HEX triplet: 80, D4 and 53. RGB value is (128,212,83). Sum of RGB (Red+Green+Blue) = 128+212+83=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #80D453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D453 is #7F2BAC. Grayscale: #ACACAC. Windows color (decimal): -8334253 or 5493888. OLE color: 5493888.

HSL color Cylindrical-coordinate representation of color #80D453: hue angle of 99.07º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D453 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 83 -
CMYK 0.40 0 0.61 0.17
HSL 99.07º 0.6% 0.58% -
HSV(B) 99.07º 0.61% 0.83% -
XYZ 34.01 52.3 16.49 -
YUV 172.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 128 212 83 0.40 0 0.61 0.17 99.07 0.6 0.58
Hex 80 D4 53 28 0 3D 11 63 3C 3A
Octal 200 324 123 50 0 75 21 143 74 72
Binary 10000000 11010100 1010011 101000 0 111101 10001 1100011 111100 111010

Color Harmonies of #80D453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D453

Black with #80D453

Text Example


Text Example

White with #80D453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,83); }

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

background-color css

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

 a { background-color: rgb(128,212,83); }

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

border-color css

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

 span { border-color: rgb(128,212,83); }

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