Html Css Color HEX #80D545 Mantis

📋 copy color: '#80D545'

red 128 ◦ green 213 ◦ blue 69

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

Shades of Mantis #80D545

Tints of Mantis #80D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 31.22%
G = 51.95%
B = 16.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#80D545 (or 0x80D545) is known color: Mantis. HEX triplet: 80, D5 and 45. RGB value is (128,213,69). Sum of RGB (Red+Green+Blue) = 128+213+69=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #80D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D545 is #7F2ABA. Grayscale: #ABABAB. Windows color (decimal): -8334011 or 4576640. OLE color: 4576640.

HSL color Cylindrical-coordinate representation of color #80D545: hue angle of 95.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80D545 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 69 -
CMYK 0.40 0 0.68 0.16
HSL 95.42º 0.63% 0.55% -
HSV(B) 95.42º 0.68% 0.84% -
XYZ 33.77 52.61 14 -
YUV 171.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 128 213 69 0.40 0 0.68 0.16 95.42 0.63 0.55
Hex 80 D5 45 28 0 44 10 5F 3F 37
Octal 200 325 105 50 0 104 20 137 77 67
Binary 10000000 11010101 1000101 101000 0 1000100 10000 1011111 111111 110111

Color Harmonies of #80D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D545

Black with #80D545

Text Example


Text Example

White with #80D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,69); }

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

background-color css

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

 a { background-color: rgb(128,213,69); }

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

border-color css

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

 span { border-color: rgb(128,213,69); }

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