Html Css Color HEX #80C353 Mantis

📋 copy color: '#80C353'

red 128 ◦ green 195 ◦ blue 83

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

Shades of Mantis #80C353

Tints of Mantis #80C353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 31.53%
G = 48.03%
B = 20.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#80C353 (or 0x80C353) is known color: Mantis. HEX triplet: 80, C3 and 53. RGB value is (128,195,83). Sum of RGB (Red+Green+Blue) = 128+195+83=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #80C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C353 is #7F3CAC. Grayscale: #A2A2A2. Windows color (decimal): -8338605 or 5489536. OLE color: 5489536.

HSL color Cylindrical-coordinate representation of color #80C353: hue angle of 95.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80C353 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 83 -
CMYK 0.34 0 0.57 0.24
HSL 95.89º 0.48% 0.55% -
HSV(B) 95.89º 0.57% 0.76% -
XYZ 29.98 44.24 15.14 -
YUV 162.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 128 195 83 0.34 0 0.57 0.24 95.89 0.48 0.55
Hex 80 C3 53 22 0 39 18 60 30 37
Octal 200 303 123 42 0 71 30 140 60 67
Binary 10000000 11000011 1010011 100010 0 111001 11000 1100000 110000 110111

Color Harmonies of #80C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C353

Black with #80C353

Text Example


Text Example

White with #80C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,83); }

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

background-color css

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

 a { background-color: rgb(128,195,83); }

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

border-color css

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

 span { border-color: rgb(128,195,83); }

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