Html Css Color HEX #80B753 Mantis

📋 copy color: '#80B753'

red 128 ◦ green 183 ◦ blue 83

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

Shades of Mantis #80B753

Tints of Mantis #80B753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 32.49%
G = 46.45%
B = 21.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#80B753 (or 0x80B753) is known color: Mantis. HEX triplet: 80, B7 and 53. RGB value is (128,183,83). Sum of RGB (Red+Green+Blue) = 128+183+83=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #80B753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B753 is #7F48AC. Grayscale: #9B9B9B. Windows color (decimal): -8341677 or 5486464. OLE color: 5486464.

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

Color convert

RGB 128 183 83 -
CMYK 0.30 0 0.55 0.28
HSL 93º 0.41% 0.52% -
HSV(B) 93º 0.55% 0.72% -
XYZ 27.4 39.08 14.28 -
YUV 155.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 128 183 83 0.30 0 0.55 0.28 93 0.41 0.52
Hex 80 B7 53 1E 0 37 1C 5D 29 34
Octal 200 267 123 36 0 67 34 135 51 64
Binary 10000000 10110111 1010011 11110 0 110111 11100 1011101 101001 110100

Color Harmonies of #80B753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B753

Black with #80B753

Text Example


Text Example

White with #80B753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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