Html Css Color HEX #80C142 Mantis

📋 copy color: '#80C142'

red 128 ◦ green 193 ◦ blue 66

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

Shades of Mantis #80C142

Tints of Mantis #80C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 33.07%
G = 49.87%
B = 17.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#80C142 (or 0x80C142) is known color: Mantis. HEX triplet: 80, C1 and 42. RGB value is (128,193,66). Sum of RGB (Red+Green+Blue) = 128+193+66=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #80C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C142 is #7F3EBD. Grayscale: #9F9F9F. Windows color (decimal): -8339134 or 4374912. OLE color: 4374912.

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

Color convert

RGB 128 193 66 -
CMYK 0.34 0 0.66 0.24
HSL 90.71º 0.51% 0.51% -
HSV(B) 90.71º 0.66% 0.76% -
XYZ 28.96 43.12 11.95 -
YUV 159.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 128 193 66 0.34 0 0.66 0.24 90.71 0.51 0.51
Hex 80 C1 42 22 0 42 18 5B 33 33
Octal 200 301 102 42 0 102 30 133 63 63
Binary 10000000 11000001 1000010 100010 0 1000010 11000 1011011 110011 110011

Color Harmonies of #80C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C142

Black with #80C142

Text Example


Text Example

White with #80C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,66); }

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

background-color css

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

 a { background-color: rgb(128,193,66); }

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

border-color css

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

 span { border-color: rgb(128,193,66); }

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