Html Css Color HEX #80D441 Mantis

📋 copy color: '#80D441'

red 128 ◦ green 212 ◦ blue 65

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

Shades of Mantis #80D441

Tints of Mantis #80D441

RGB

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

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

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

R = 31.6%
G = 52.35%
B = 16.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#80D441 (or 0x80D441) is known color: Mantis. HEX triplet: 80, D4 and 41. RGB value is (128,212,65). Sum of RGB (Red+Green+Blue) = 128+212+65=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #80D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D441 is #7F2BBE. Grayscale: #AAAAAA. Windows color (decimal): -8334271 or 4314240. OLE color: 4314240.

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

Color convert

RGB 128 212 65 -
CMYK 0.40 0 0.69 0.17
HSL 94.29º 0.63% 0.54% -
HSV(B) 94.29º 0.69% 0.83% -
XYZ 33.4 52.06 13.29 -
YUV 170.13 68.67 97.95 -
System Red Green Blue C M Y K H S L
Decimal 128 212 65 0.40 0 0.69 0.17 94.29 0.63 0.54
Hex 80 D4 41 28 0 45 11 5E 3F 36
Octal 200 324 101 50 0 105 21 136 77 66
Binary 10000000 11010100 1000001 101000 0 1000101 10001 1011110 111111 110110

Color Harmonies of #80D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D441

Black with #80D441

Text Example


Text Example

White with #80D441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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