Html Css Color HEX #80DE4B Mantis

📋 copy color: '#80DE4B'

red 128 ◦ green 222 ◦ blue 75

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

Shades of Mantis #80DE4B

Tints of Mantis #80DE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 30.12%
G = 52.24%
B = 17.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#80DE4B (or 0x80DE4B) is known color: Mantis. HEX triplet: 80, DE and 4B. RGB value is (128,222,75). Sum of RGB (Red+Green+Blue) = 128+222+75=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DE4B is #7F21B4. Grayscale: #B1B1B1. Windows color (decimal): -8331701 or 4972160. OLE color: 4972160.

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

Color convert

RGB 128 222 75 -
CMYK 0.42 0 0.66 0.13
HSL 98.37º 0.69% 0.58% -
HSV(B) 98.37º 0.66% 0.87% -
XYZ 36.29 57.34 15.81 -
YUV 177.14 70.36 92.95 -
System Red Green Blue C M Y K H S L
Decimal 128 222 75 0.42 0 0.66 0.13 98.37 0.69 0.58
Hex 80 DE 4B 2A 0 42 D 62 45 3A
Octal 200 336 113 52 0 102 15 142 105 72
Binary 10000000 11011110 1001011 101010 0 1000010 1101 1100010 1000101 111010

Color Harmonies of #80DE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE4B

Black with #80DE4B

Text Example


Text Example

White with #80DE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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