Html Css Color HEX #80CF57 Mantis

📋 copy color: '#80CF57'

red 128 ◦ green 207 ◦ blue 87

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

Shades of Mantis #80CF57

Tints of Mantis #80CF57

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

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

R = 30.33%
G = 49.05%
B = 20.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#80CF57 (or 0x80CF57) is known color: Mantis. HEX triplet: 80, CF and 57. RGB value is (128,207,87). Sum of RGB (Red+Green+Blue) = 128+207+87=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF57 is #7F30A8. Grayscale: #AAAAAA. Windows color (decimal): -8335529 or 5754752. OLE color: 5754752.

HSL color Cylindrical-coordinate representation of color #80CF57: hue angle of 99.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80CF57 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 207 87 -
CMYK 0.38 0 0.58 0.19
HSL 99.5º 0.56% 0.58% -
HSV(B) 99.5º 0.58% 0.81% -
XYZ 32.94 49.9 16.91 -
YUV 169.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 128 207 87 0.38 0 0.58 0.19 99.5 0.56 0.58
Hex 80 CF 57 26 0 3A 13 64 38 3A
Octal 200 317 127 46 0 72 23 144 70 72
Binary 10000000 11001111 1010111 100110 0 111010 10011 1100100 111000 111010

Color Harmonies of #80CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF57

Black with #80CF57

Text Example


Text Example

White with #80CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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