Html Css Color HEX #80DE44 Mantis

📋 copy color: '#80DE44'

red 128 ◦ green 222 ◦ blue 68

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

Shades of Mantis #80DE44

Tints of Mantis #80DE44

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.11%

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 30.62%
G = 53.11%
B = 16.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#80DE44 (or 0x80DE44) is known color: Mantis. HEX triplet: 80, DE and 44. RGB value is (128,222,68). Sum of RGB (Red+Green+Blue) = 128+222+68=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DE44 is #7F21BB. Grayscale: #B0B0B0. Windows color (decimal): -8331708 or 4513408. OLE color: 4513408.

HSL color Cylindrical-coordinate representation of color #80DE44: hue angle of 96.62º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80DE44 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 68 -
CMYK 0.42 0 0.69 0.13
HSL 96.62º 0.7% 0.57% -
HSV(B) 96.62º 0.69% 0.87% -
XYZ 36.07 57.25 14.62 -
YUV 176.34 66.86 93.52 -
System Red Green Blue C M Y K H S L
Decimal 128 222 68 0.42 0 0.69 0.13 96.62 0.7 0.57
Hex 80 DE 44 2A 0 45 D 61 46 39
Octal 200 336 104 52 0 105 15 141 106 71
Binary 10000000 11011110 1000100 101010 0 1000101 1101 1100001 1000110 111001

Color Harmonies of #80DE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE44

Black with #80DE44

Text Example


Text Example

White with #80DE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,68); }

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

background-color css

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

 a { background-color: rgb(128,222,68); }

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

border-color css

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

 span { border-color: rgb(128,222,68); }

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