Html Css Color HEX #85BA55 Mantis

📋 copy color: '#85BA55'

red 133 ◦ green 186 ◦ blue 85

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

Shades of Mantis #85BA55

Tints of Mantis #85BA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 32.92%
G = 46.04%
B = 21.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#85BA55 (or 0x85BA55) is known color: Mantis. HEX triplet: 85, BA and 55. RGB value is (133,186,85). Sum of RGB (Red+Green+Blue) = 133+186+85=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA55 is #7A45AA. Grayscale: #9E9E9E. Windows color (decimal): -8013227 or 5618309. OLE color: 5618309.

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

Color convert

RGB 133 186 85 -
CMYK 0.28 0 0.54 0.27
HSL 91.49º 0.42% 0.53% -
HSV(B) 91.49º 0.54% 0.73% -
XYZ 28.87 40.76 14.94 -
YUV 158.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 133 186 85 0.28 0 0.54 0.27 91.49 0.42 0.53
Hex 85 BA 55 1C 0 36 1B 5B 2A 35
Octal 205 272 125 34 0 66 33 133 52 65
Binary 10000101 10111010 1010101 11100 0 110110 11011 1011011 101010 110101

Color Harmonies of #85BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA55

Black with #85BA55

Text Example


Text Example

White with #85BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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