Html Css Color HEX #80CC42 Mantis

📋 copy color: '#80CC42'

red 128 ◦ green 204 ◦ blue 66

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

Shades of Mantis #80CC42

Tints of Mantis #80CC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 32.16%
G = 51.26%
B = 16.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#80CC42 (or 0x80CC42) is known color: Mantis. HEX triplet: 80, CC and 42. RGB value is (128,204,66). Sum of RGB (Red+Green+Blue) = 128+204+66=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC42 is #7F33BD. Grayscale: #A6A6A6. Windows color (decimal): -8336318 or 4377728. OLE color: 4377728.

HSL color Cylindrical-coordinate representation of color #80CC42: hue angle of 93.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80CC42 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 66 -
CMYK 0.37 0 0.68 0.2
HSL 93.04º 0.58% 0.53% -
HSV(B) 93.04º 0.68% 0.8% -
XYZ 31.48 48.17 12.79 -
YUV 165.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 128 204 66 0.37 0 0.68 0.2 93.04 0.58 0.53
Hex 80 CC 42 25 0 44 14 5D 3A 35
Octal 200 314 102 45 0 104 24 135 72 65
Binary 10000000 11001100 1000010 100101 0 1000100 10100 1011101 111010 110101

Color Harmonies of #80CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC42

Black with #80CC42

Text Example


Text Example

White with #80CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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