Html Css Color HEX #80B75C Mantis

📋 copy color: '#80B75C'

red 128 ◦ green 183 ◦ blue 92

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

Shades of Mantis #80B75C

Tints of Mantis #80B75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 31.76%
G = 45.41%
B = 22.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#80B75C (or 0x80B75C) is known color: Mantis. HEX triplet: 80, B7 and 5C. RGB value is (128,183,92). Sum of RGB (Red+Green+Blue) = 128+183+92=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #80B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B75C is #7F48A3. Grayscale: #9C9C9C. Windows color (decimal): -8341668 or 6076288. OLE color: 6076288.

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

Color convert

RGB 128 183 92 -
CMYK 0.30 0 0.50 0.28
HSL 96.26º 0.39% 0.54% -
HSV(B) 96.26º 0.5% 0.72% -
XYZ 27.77 39.23 16.23 -
YUV 156.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 128 183 92 0.30 0 0.50 0.28 96.26 0.39 0.54
Hex 80 B7 5C 1E 0 32 1C 60 27 36
Octal 200 267 134 36 0 62 34 140 47 66
Binary 10000000 10110111 1011100 11110 0 110010 11100 1100000 100111 110110

Color Harmonies of #80B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B75C

Black with #80B75C

Text Example


Text Example

White with #80B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,92); }

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

background-color css

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

 a { background-color: rgb(128,183,92); }

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

border-color css

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

 span { border-color: rgb(128,183,92); }

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