Html Css Color HEX #85B958 Mantis

📋 copy color: '#85B958'

red 133 ◦ green 185 ◦ blue 88

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

Shades of Mantis #85B958

Tints of Mantis #85B958

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

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

R = 32.76%
G = 45.57%
B = 21.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#85B958 (or 0x85B958) is known color: Mantis. HEX triplet: 85, B9 and 58. RGB value is (133,185,88). Sum of RGB (Red+Green+Blue) = 133+185+88=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #85B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B958 is #7A46A7. Grayscale: #9E9E9E. Windows color (decimal): -8013480 or 5814661. OLE color: 5814661.

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

Color convert

RGB 133 185 88 -
CMYK 0.28 0 0.52 0.27
HSL 92.16º 0.41% 0.54% -
HSV(B) 92.16º 0.52% 0.73% -
XYZ 28.78 40.39 15.51 -
YUV 158.39 88.27 109.89 -
System Red Green Blue C M Y K H S L
Decimal 133 185 88 0.28 0 0.52 0.27 92.16 0.41 0.54
Hex 85 B9 58 1C 0 34 1B 5C 29 36
Octal 205 271 130 34 0 64 33 134 51 66
Binary 10000101 10111001 1011000 11100 0 110100 11011 1011100 101001 110110

Color Harmonies of #85B958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B958

Black with #85B958

Text Example


Text Example

White with #85B958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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