Html Css Color HEX #80CB57 Mantis

📋 copy color: '#80CB57'

red 128 ◦ green 203 ◦ blue 87

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

Shades of Mantis #80CB57

Tints of Mantis #80CB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 30.62%
G = 48.56%
B = 20.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#80CB57 (or 0x80CB57) is known color: Mantis. HEX triplet: 80, CB and 57. RGB value is (128,203,87). Sum of RGB (Red+Green+Blue) = 128+203+87=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB57 is #7F34A8. Grayscale: #A7A7A7. Windows color (decimal): -8336553 or 5753728. OLE color: 5753728.

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

Color convert

RGB 128 203 87 -
CMYK 0.37 0 0.57 0.20
HSL 98.79º 0.53% 0.57% -
HSV(B) 98.79º 0.57% 0.8% -
XYZ 31.98 47.99 16.59 -
YUV 167.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 128 203 87 0.37 0 0.57 0.20 98.79 0.53 0.57
Hex 80 CB 57 25 0 39 14 63 35 39
Octal 200 313 127 45 0 71 24 143 65 71
Binary 10000000 11001011 1010111 100101 0 111001 10100 1100011 110101 111001

Color Harmonies of #80CB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB57

Black with #80CB57

Text Example


Text Example

White with #80CB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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