Html Css Color HEX #80C35E Mantis

📋 copy color: '#80C35E'

red 128 ◦ green 195 ◦ blue 94

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

Shades of Mantis #80C35E

Tints of Mantis #80C35E

RGB

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

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

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

R = 30.7%
G = 46.76%
B = 22.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#80C35E (or 0x80C35E) is known color: Mantis. HEX triplet: 80, C3 and 5E. RGB value is (128,195,94). Sum of RGB (Red+Green+Blue) = 128+195+94=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #80C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C35E is #7F3CA1. Grayscale: #A3A3A3. Windows color (decimal): -8338594 or 6210432. OLE color: 6210432.

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

Color convert

RGB 128 195 94 -
CMYK 0.34 0 0.52 0.24
HSL 99.8º 0.46% 0.57% -
HSV(B) 99.8º 0.52% 0.76% -
XYZ 30.44 44.43 17.56 -
YUV 163.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 128 195 94 0.34 0 0.52 0.24 99.8 0.46 0.57
Hex 80 C3 5E 22 0 34 18 64 2E 39
Octal 200 303 136 42 0 64 30 144 56 71
Binary 10000000 11000011 1011110 100010 0 110100 11000 1100100 101110 111001

Color Harmonies of #80C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C35E

Black with #80C35E

Text Example


Text Example

White with #80C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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