Html Css Color HEX #80D04D Mantis

📋 copy color: '#80D04D'

red 128 ◦ green 208 ◦ blue 77

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

Shades of Mantis #80D04D

Tints of Mantis #80D04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 30.99%
G = 50.36%
B = 18.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#80D04D (or 0x80D04D) is known color: Mantis. HEX triplet: 80, D0 and 4D. RGB value is (128,208,77). Sum of RGB (Red+Green+Blue) = 128+208+77=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #80D04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D04D is #7F2FB2. Grayscale: #A9A9A9. Windows color (decimal): -8335283 or 5099648. OLE color: 5099648.

HSL color Cylindrical-coordinate representation of color #80D04D: hue angle of 96.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80D04D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 77 -
CMYK 0.38 0 0.63 0.18
HSL 96.64º 0.58% 0.56% -
HSV(B) 96.64º 0.63% 0.82% -
XYZ 32.8 50.24 14.99 -
YUV 169.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 128 208 77 0.38 0 0.63 0.18 96.64 0.58 0.56
Hex 80 D0 4D 26 0 3F 12 61 3A 38
Octal 200 320 115 46 0 77 22 141 72 70
Binary 10000000 11010000 1001101 100110 0 111111 10010 1100001 111010 111000

Color Harmonies of #80D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D04D

Black with #80D04D

Text Example


Text Example

White with #80D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,77); }

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

background-color css

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

 a { background-color: rgb(128,208,77); }

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

border-color css

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

 span { border-color: rgb(128,208,77); }

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