Html Css Color HEX #80CA5E Mantis

📋 copy color: '#80CA5E'

red 128 ◦ green 202 ◦ blue 94

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

Shades of Mantis #80CA5E

Tints of Mantis #80CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.64%

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

R = 30.19%
G = 47.64%
B = 22.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#80CA5E (or 0x80CA5E) is known color: Mantis. HEX triplet: 80, CA and 5E. RGB value is (128,202,94). Sum of RGB (Red+Green+Blue) = 128+202+94=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA5E is #7F35A1. Grayscale: #A7A7A7. Windows color (decimal): -8336802 or 6212224. OLE color: 6212224.

HSL color Cylindrical-coordinate representation of color #80CA5E: hue angle of 101.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80CA5E is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 94 -
CMYK 0.37 0 0.53 0.21
HSL 101.11º 0.5% 0.58% -
HSV(B) 101.11º 0.53% 0.79% -
XYZ 32.04 47.64 18.1 -
YUV 167.56 86.48 99.78 -
System Red Green Blue C M Y K H S L
Decimal 128 202 94 0.37 0 0.53 0.21 101.11 0.5 0.58
Hex 80 CA 5E 25 0 35 15 65 32 3A
Octal 200 312 136 45 0 65 25 145 62 72
Binary 10000000 11001010 1011110 100101 0 110101 10101 1100101 110010 111010

Color Harmonies of #80CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA5E

Black with #80CA5E

Text Example


Text Example

White with #80CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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