Html Css Color HEX #80CB47 Mantis

📋 copy color: '#80CB47'

red 128 ◦ green 203 ◦ blue 71

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

Shades of Mantis #80CB47

Tints of Mantis #80CB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 31.84%
G = 50.5%
B = 17.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#80CB47 (or 0x80CB47) is known color: Mantis. HEX triplet: 80, CB and 47. RGB value is (128,203,71). Sum of RGB (Red+Green+Blue) = 128+203+71=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB47 is #7F34B8. Grayscale: #A5A5A5. Windows color (decimal): -8336569 or 4705152. OLE color: 4705152.

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

Color convert

RGB 128 203 71 -
CMYK 0.37 0 0.65 0.20
HSL 94.09º 0.56% 0.54% -
HSV(B) 94.09º 0.65% 0.8% -
XYZ 31.4 47.76 13.52 -
YUV 165.53 74.65 101.23 -
System Red Green Blue C M Y K H S L
Decimal 128 203 71 0.37 0 0.65 0.20 94.09 0.56 0.54
Hex 80 CB 47 25 0 41 14 5E 38 36
Octal 200 313 107 45 0 101 24 136 70 66
Binary 10000000 11001011 1000111 100101 0 1000001 10100 1011110 111000 110110

Color Harmonies of #80CB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB47

Black with #80CB47

Text Example


Text Example

White with #80CB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,71); }

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

background-color css

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

 a { background-color: rgb(128,203,71); }

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

border-color css

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

 span { border-color: rgb(128,203,71); }

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