Html Css Color HEX #80CF56 Mantis

📋 copy color: '#80CF56'

red 128 ◦ green 207 ◦ blue 86

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

Shades of Mantis #80CF56

Tints of Mantis #80CF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 30.4%
G = 49.17%
B = 20.43%

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

#80CF56 (or 0x80CF56) is known color: Mantis. HEX triplet: 80, CF and 56. RGB value is (128,207,86). Sum of RGB (Red+Green+Blue) = 128+207+86=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF56 is #7F30A9. Grayscale: #A9A9A9. Windows color (decimal): -8335530 or 5689216. OLE color: 5689216.

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

Color convert

RGB 128 207 86 -
CMYK 0.38 0 0.58 0.19
HSL 99.17º 0.56% 0.57% -
HSV(B) 99.17º 0.58% 0.81% -
XYZ 32.89 49.89 16.7 -
YUV 169.59 80.83 98.34 -
System Red Green Blue C M Y K H S L
Decimal 128 207 86 0.38 0 0.58 0.19 99.17 0.56 0.57
Hex 80 CF 56 26 0 3A 13 63 38 39
Octal 200 317 126 46 0 72 23 143 70 71
Binary 10000000 11001111 1010110 100110 0 111010 10011 1100011 111000 111001

Color Harmonies of #80CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF56

Black with #80CF56

Text Example


Text Example

White with #80CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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