Html Css Color HEX #85BA58 Mantis

📋 copy color: '#85BA58'

red 133 ◦ green 186 ◦ blue 88

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

Shades of Mantis #85BA58

Tints of Mantis #85BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 32.68%
G = 45.7%
B = 21.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#85BA58 (or 0x85BA58) is known color: Mantis. HEX triplet: 85, BA and 58. RGB value is (133,186,88). Sum of RGB (Red+Green+Blue) = 133+186+88=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA58 is #7A45A7. Grayscale: #9F9F9F. Windows color (decimal): -8013224 or 5814917. OLE color: 5814917.

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

Color convert

RGB 133 186 88 -
CMYK 0.28 0 0.53 0.27
HSL 92.45º 0.42% 0.54% -
HSV(B) 92.45º 0.53% 0.73% -
XYZ 28.99 40.81 15.58 -
YUV 158.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 133 186 88 0.28 0 0.53 0.27 92.45 0.42 0.54
Hex 85 BA 58 1C 0 35 1B 5C 2A 36
Octal 205 272 130 34 0 65 33 134 52 66
Binary 10000101 10111010 1011000 11100 0 110101 11011 1011100 101010 110110

Color Harmonies of #85BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA58

Black with #85BA58

Text Example


Text Example

White with #85BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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