Html Css Color HEX #80D05E Mantis

📋 copy color: '#80D05E'

red 128 ◦ green 208 ◦ blue 94

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

Shades of Mantis #80D05E

Tints of Mantis #80D05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 29.77%
G = 48.37%
B = 21.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#80D05E (or 0x80D05E) is known color: Mantis. HEX triplet: 80, D0 and 5E. RGB value is (128,208,94). Sum of RGB (Red+Green+Blue) = 128+208+94=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #80D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D05E is #7F2FA1. Grayscale: #ABABAB. Windows color (decimal): -8335266 or 6213760. OLE color: 6213760.

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

Color convert

RGB 128 208 94 -
CMYK 0.38 0 0.55 0.18
HSL 102.11º 0.55% 0.59% -
HSV(B) 102.11º 0.55% 0.82% -
XYZ 33.48 50.51 18.57 -
YUV 171.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 128 208 94 0.38 0 0.55 0.18 102.11 0.55 0.59
Hex 80 D0 5E 26 0 37 12 66 37 3B
Octal 200 320 136 46 0 67 22 146 67 73
Binary 10000000 11010000 1011110 100110 0 110111 10010 1100110 110111 111011

Color Harmonies of #80D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D05E

Black with #80D05E

Text Example


Text Example

White with #80D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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