Html Css Color HEX #80BD46 Mantis

📋 copy color: '#80BD46'

red 128 ◦ green 189 ◦ blue 70

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

Shades of Mantis #80BD46

Tints of Mantis #80BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 33.07%
G = 48.84%
B = 18.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#80BD46 (or 0x80BD46) is known color: Mantis. HEX triplet: 80, BD and 46. RGB value is (128,189,70). Sum of RGB (Red+Green+Blue) = 128+189+70=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD46 is #7F42B9. Grayscale: #9D9D9D. Windows color (decimal): -8340154 or 4636032. OLE color: 4636032.

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

Color convert

RGB 128 189 70 -
CMYK 0.32 0 0.63 0.26
HSL 90.76º 0.47% 0.51% -
HSV(B) 90.76º 0.63% 0.74% -
XYZ 28.21 41.43 12.3 -
YUV 157.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 128 189 70 0.32 0 0.63 0.26 90.76 0.47 0.51
Hex 80 BD 46 20 0 3F 1A 5B 2F 33
Octal 200 275 106 40 0 77 32 133 57 63
Binary 10000000 10111101 1000110 100000 0 111111 11010 1011011 101111 110011

Color Harmonies of #80BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD46

Black with #80BD46

Text Example


Text Example

White with #80BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,70); }

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

background-color css

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

 a { background-color: rgb(128,189,70); }

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

border-color css

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

 span { border-color: rgb(128,189,70); }

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