Html Css Color HEX #80D442 Mantis

📋 copy color: '#80D442'

red 128 ◦ green 212 ◦ blue 66

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

Shades of Mantis #80D442

Tints of Mantis #80D442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 31.53%
G = 52.22%
B = 16.26%

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

#80D442 (or 0x80D442) is known color: Mantis. HEX triplet: 80, D4 and 42. RGB value is (128,212,66). Sum of RGB (Red+Green+Blue) = 128+212+66=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #80D442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D442 is #7F2BBD. Grayscale: #AAAAAA. Windows color (decimal): -8334270 or 4379776. OLE color: 4379776.

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

Color convert

RGB 128 212 66 -
CMYK 0.40 0 0.69 0.17
HSL 94.52º 0.63% 0.55% -
HSV(B) 94.52º 0.69% 0.83% -
XYZ 33.43 52.07 13.44 -
YUV 170.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 128 212 66 0.40 0 0.69 0.17 94.52 0.63 0.55
Hex 80 D4 42 28 0 45 11 5F 3F 37
Octal 200 324 102 50 0 105 21 137 77 67
Binary 10000000 11010100 1000010 101000 0 1000101 10001 1011111 111111 110111

Color Harmonies of #80D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D442

Black with #80D442

Text Example


Text Example

White with #80D442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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