Html Css Color HEX #80DD4B Mantis

📋 copy color: '#80DD4B'

red 128 ◦ green 221 ◦ blue 75

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

Shades of Mantis #80DD4B

Tints of Mantis #80DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.12%

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

R = 30.19%
G = 52.12%
B = 17.69%

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

#80DD4B (or 0x80DD4B) is known color: Mantis. HEX triplet: 80, DD and 4B. RGB value is (128,221,75). Sum of RGB (Red+Green+Blue) = 128+221+75=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD4B is #7F22B4. Grayscale: #B1B1B1. Windows color (decimal): -8331957 or 4971904. OLE color: 4971904.

HSL color Cylindrical-coordinate representation of color #80DD4B: hue angle of 98.22º degrees, saturation: 0.68, 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 #80DD4B is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 75 -
CMYK 0.42 0 0.66 0.13
HSL 98.22º 0.68% 0.58% -
HSV(B) 98.22º 0.66% 0.87% -
XYZ 36.03 56.81 15.72 -
YUV 176.55 70.69 93.37 -
System Red Green Blue C M Y K H S L
Decimal 128 221 75 0.42 0 0.66 0.13 98.22 0.68 0.58
Hex 80 DD 4B 2A 0 42 D 62 44 3A
Octal 200 335 113 52 0 102 15 142 104 72
Binary 10000000 11011101 1001011 101010 0 1000010 1101 1100010 1000100 111010

Color Harmonies of #80DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD4B

Black with #80DD4B

Text Example


Text Example

White with #80DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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