Html Css Color HEX #80CA4E Mantis

📋 copy color: '#80CA4E'

red 128 ◦ green 202 ◦ blue 78

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

Shades of Mantis #80CA4E

Tints of Mantis #80CA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.12%

R = 31.37%
G = 49.51%
B = 19.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#80CA4E (or 0x80CA4E) is known color: Mantis. HEX triplet: 80, CA and 4E. RGB value is (128,202,78). Sum of RGB (Red+Green+Blue) = 128+202+78=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA4E is #7F35B1. Grayscale: #A6A6A6. Windows color (decimal): -8336818 or 5163648. OLE color: 5163648.

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

Color convert

RGB 128 202 78 -
CMYK 0.37 0 0.61 0.21
HSL 95.81º 0.54% 0.55% -
HSV(B) 95.81º 0.61% 0.79% -
XYZ 31.4 47.38 14.7 -
YUV 165.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 128 202 78 0.37 0 0.61 0.21 95.81 0.54 0.55
Hex 80 CA 4E 25 0 3D 15 60 36 37
Octal 200 312 116 45 0 75 25 140 66 67
Binary 10000000 11001010 1001110 100101 0 111101 10101 1100000 110110 110111

Color Harmonies of #80CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA4E

Black with #80CA4E

Text Example


Text Example

White with #80CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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