Html Css Color HEX #80CA4A Mantis

📋 copy color: '#80CA4A'

red 128 ◦ green 202 ◦ blue 74

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

Shades of Mantis #80CA4A

Tints of Mantis #80CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 31.68%
G = 50%
B = 18.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#80CA4A (or 0x80CA4A) is known color: Mantis. HEX triplet: 80, CA and 4A. RGB value is (128,202,74). Sum of RGB (Red+Green+Blue) = 128+202+74=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA4A is #7F35B5. Grayscale: #A5A5A5. Windows color (decimal): -8336822 or 4901504. OLE color: 4901504.

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

Color convert

RGB 128 202 74 -
CMYK 0.37 0 0.63 0.21
HSL 94.69º 0.55% 0.54% -
HSV(B) 94.69º 0.63% 0.79% -
XYZ 31.26 47.32 13.97 -
YUV 165.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 128 202 74 0.37 0 0.63 0.21 94.69 0.55 0.54
Hex 80 CA 4A 25 0 3F 15 5F 37 36
Octal 200 312 112 45 0 77 25 137 67 66
Binary 10000000 11001010 1001010 100101 0 111111 10101 1011111 110111 110110

Color Harmonies of #80CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA4A

Black with #80CA4A

Text Example


Text Example

White with #80CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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