Html Css Color HEX #80BC60 Mantis

📋 copy color: '#80BC60'

red 128 ◦ green 188 ◦ blue 96

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

Shades of Mantis #80BC60

Tints of Mantis #80BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 31.07%
G = 45.63%
B = 23.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#80BC60 (or 0x80BC60) is known color: Mantis. HEX triplet: 80, BC and 60. RGB value is (128,188,96). Sum of RGB (Red+Green+Blue) = 128+188+96=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC60 is #7F439F. Grayscale: #9F9F9F. Windows color (decimal): -8340384 or 6339712. OLE color: 6339712.

HSL color Cylindrical-coordinate representation of color #80BC60: hue angle of 99.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BC60 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 96 -
CMYK 0.32 0 0.49 0.26
HSL 99.13º 0.41% 0.56% -
HSV(B) 99.13º 0.49% 0.74% -
XYZ 29 41.4 17.53 -
YUV 159.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 128 188 96 0.32 0 0.49 0.26 99.13 0.41 0.56
Hex 80 BC 60 20 0 31 1A 63 29 38
Octal 200 274 140 40 0 61 32 143 51 70
Binary 10000000 10111100 1100000 100000 0 110001 11010 1100011 101001 111000

Color Harmonies of #80BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC60

Black with #80BC60

Text Example


Text Example

White with #80BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,96); }

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

background-color css

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

 a { background-color: rgb(128,188,96); }

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

border-color css

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

 span { border-color: rgb(128,188,96); }

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