Html Css Color HEX #80D541 Mantis

📋 copy color: '#80D541'

red 128 ◦ green 213 ◦ blue 65

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

Shades of Mantis #80D541

Tints of Mantis #80D541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 31.53%
G = 52.46%
B = 16.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#80D541 (or 0x80D541) is known color: Mantis. HEX triplet: 80, D5 and 41. RGB value is (128,213,65). Sum of RGB (Red+Green+Blue) = 128+213+65=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #80D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D541 is #7F2ABE. Grayscale: #ABABAB. Windows color (decimal): -8334015 or 4314496. OLE color: 4314496.

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

Color convert

RGB 128 213 65 -
CMYK 0.40 0 0.69 0.16
HSL 94.46º 0.64% 0.55% -
HSV(B) 94.46º 0.69% 0.84% -
XYZ 33.65 52.56 13.37 -
YUV 170.71 68.34 97.53 -
System Red Green Blue C M Y K H S L
Decimal 128 213 65 0.40 0 0.69 0.16 94.46 0.64 0.55
Hex 80 D5 41 28 0 45 10 5E 40 37
Octal 200 325 101 50 0 105 20 136 100 67
Binary 10000000 11010101 1000001 101000 0 1000101 10000 1011110 1000000 110111

Color Harmonies of #80D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D541

Black with #80D541

Text Example


Text Example

White with #80D541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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