Html Css Color HEX #85BA53 Mantis

📋 copy color: '#85BA53'

red 133 ◦ green 186 ◦ blue 83

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

Shades of Mantis #85BA53

Tints of Mantis #85BA53

RGB

 RED value IS 133 (52.34% from 255) = 33.08%

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 33.08%
G = 46.27%
B = 20.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#85BA53 (or 0x85BA53) is known color: Mantis. HEX triplet: 85, BA and 53. RGB value is (133,186,83). Sum of RGB (Red+Green+Blue) = 133+186+83=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA53 is #7A45AC. Grayscale: #9E9E9E. Windows color (decimal): -8013229 or 5487237. OLE color: 5487237.

HSL color Cylindrical-coordinate representation of color #85BA53: hue angle of 90.87º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85BA53 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 83 -
CMYK 0.28 0 0.55 0.27
HSL 90.87º 0.43% 0.53% -
HSV(B) 90.87º 0.55% 0.73% -
XYZ 28.79 40.73 14.53 -
YUV 158.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 133 186 83 0.28 0 0.55 0.27 90.87 0.43 0.53
Hex 85 BA 53 1C 0 37 1B 5B 2B 35
Octal 205 272 123 34 0 67 33 133 53 65
Binary 10000101 10111010 1010011 11100 0 110111 11011 1011011 101011 110101

Color Harmonies of #85BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA53

Black with #85BA53

Text Example


Text Example

White with #85BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BA53; }

 p { color: rgb(133,186,83); }

 H1.HeaderClassName
 {
   color: #85BA53;
 }
 .AnyTagClassName
 {
   color: #85BA53;
 }
</style>

background-color css

<style>
 a { background-color: #85BA53; }

 a { background-color: rgb(133,186,83); }

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

border-color css

<style>
 span { border-color: #85BA53; }

 span { border-color: rgb(133,186,83); }

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