Html Css Color HEX #80CA43 Mantis

📋 copy color: '#80CA43'

red 128 ◦ green 202 ◦ blue 67

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

Shades of Mantis #80CA43

Tints of Mantis #80CA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 32.24%
G = 50.88%
B = 16.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#80CA43 (or 0x80CA43) is known color: Mantis. HEX triplet: 80, CA and 43. RGB value is (128,202,67). Sum of RGB (Red+Green+Blue) = 128+202+67=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA43 is #7F35BC. Grayscale: #A4A4A4. Windows color (decimal): -8336829 or 4442752. OLE color: 4442752.

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

Color convert

RGB 128 202 67 -
CMYK 0.37 0 0.67 0.21
HSL 92.89º 0.56% 0.53% -
HSV(B) 92.89º 0.67% 0.79% -
XYZ 31.04 47.24 12.79 -
YUV 164.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 128 202 67 0.37 0 0.67 0.21 92.89 0.56 0.53
Hex 80 CA 43 25 0 43 15 5D 38 35
Octal 200 312 103 45 0 103 25 135 70 65
Binary 10000000 11001010 1000011 100101 0 1000011 10101 1011101 111000 110101

Color Harmonies of #80CA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA43

Black with #80CA43

Text Example


Text Example

White with #80CA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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