Html Css Color HEX #80BF55 Mantis

📋 copy color: '#80BF55'

red 128 ◦ green 191 ◦ blue 85

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

Shades of Mantis #80BF55

Tints of Mantis #80BF55

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 31.68%
G = 47.28%
B = 21.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#80BF55 (or 0x80BF55) is known color: Mantis. HEX triplet: 80, BF and 55. RGB value is (128,191,85). Sum of RGB (Red+Green+Blue) = 128+191+85=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF55 is #7F40AA. Grayscale: #A0A0A0. Windows color (decimal): -8339627 or 5619584. OLE color: 5619584.

HSL color Cylindrical-coordinate representation of color #80BF55: hue angle of 95.66º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80BF55 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 85 -
CMYK 0.33 0 0.55 0.25
HSL 95.66º 0.45% 0.54% -
HSV(B) 95.66º 0.55% 0.75% -
XYZ 29.17 42.51 15.26 -
YUV 160.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 128 191 85 0.33 0 0.55 0.25 95.66 0.45 0.54
Hex 80 BF 55 21 0 37 19 60 2D 36
Octal 200 277 125 41 0 67 31 140 55 66
Binary 10000000 10111111 1010101 100001 0 110111 11001 1100000 101101 110110

Color Harmonies of #80BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF55

Black with #80BF55

Text Example


Text Example

White with #80BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,85); }

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

background-color css

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

 a { background-color: rgb(128,191,85); }

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

border-color css

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

 span { border-color: rgb(128,191,85); }

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