Html Css Color HEX #80CC50 Mantis

📋 copy color: '#80CC50'

red 128 ◦ green 204 ◦ blue 80

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

Shades of Mantis #80CC50

Tints of Mantis #80CC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 31.07%
G = 49.51%
B = 19.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#80CC50 (or 0x80CC50) is known color: Mantis. HEX triplet: 80, CC and 50. RGB value is (128,204,80). Sum of RGB (Red+Green+Blue) = 128+204+80=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC50 is #7F33AF. Grayscale: #A7A7A7. Windows color (decimal): -8336304 or 5295232. OLE color: 5295232.

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

Color convert

RGB 128 204 80 -
CMYK 0.37 0 0.61 0.2
HSL 96.77º 0.55% 0.56% -
HSV(B) 96.77º 0.61% 0.8% -
XYZ 31.94 48.35 15.24 -
YUV 167.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 128 204 80 0.37 0 0.61 0.2 96.77 0.55 0.56
Hex 80 CC 50 25 0 3D 14 61 37 38
Octal 200 314 120 45 0 75 24 141 67 70
Binary 10000000 11001100 1010000 100101 0 111101 10100 1100001 110111 111000

Color Harmonies of #80CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC50

Black with #80CC50

Text Example


Text Example

White with #80CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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