Html Css Color HEX #80B85F Mantis

📋 copy color: '#80B85F'

red 128 ◦ green 184 ◦ blue 95

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

Shades of Mantis #80B85F

Tints of Mantis #80B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 31.45%
G = 45.21%
B = 23.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#80B85F (or 0x80B85F) is known color: Mantis. HEX triplet: 80, B8 and 5F. RGB value is (128,184,95). Sum of RGB (Red+Green+Blue) = 128+184+95=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #80B85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B85F is #7F47A0. Grayscale: #9D9D9D. Windows color (decimal): -8341409 or 6273152. OLE color: 6273152.

HSL color Cylindrical-coordinate representation of color #80B85F: hue angle of 97.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B85F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 95 -
CMYK 0.30 0 0.48 0.28
HSL 97.75º 0.39% 0.55% -
HSV(B) 97.75º 0.48% 0.72% -
XYZ 28.11 39.7 17.01 -
YUV 157.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 128 184 95 0.30 0 0.48 0.28 97.75 0.39 0.55
Hex 80 B8 5F 1E 0 30 1C 62 27 37
Octal 200 270 137 36 0 60 34 142 47 67
Binary 10000000 10111000 1011111 11110 0 110000 11100 1100010 100111 110111

Color Harmonies of #80B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B85F

Black with #80B85F

Text Example


Text Example

White with #80B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,95); }

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

background-color css

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

 a { background-color: rgb(128,184,95); }

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

border-color css

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

 span { border-color: rgb(128,184,95); }

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