Html Css Color HEX #85BD59 Mantis

📋 copy color: '#85BD59'

red 133 ◦ green 189 ◦ blue 89

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

Shades of Mantis #85BD59

Tints of Mantis #85BD59

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 32.36%
G = 45.99%
B = 21.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#85BD59 (or 0x85BD59) is known color: Mantis. HEX triplet: 85, BD and 59. RGB value is (133,189,89). Sum of RGB (Red+Green+Blue) = 133+189+89=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD59 is #7A42A6. Grayscale: #A1A1A1. Windows color (decimal): -8012455 or 5881221. OLE color: 5881221.

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

Color convert

RGB 133 189 89 -
CMYK 0.30 0 0.53 0.26
HSL 93.6º 0.43% 0.55% -
HSV(B) 93.6º 0.53% 0.74% -
XYZ 29.67 42.1 16.01 -
YUV 160.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 133 189 89 0.30 0 0.53 0.26 93.6 0.43 0.55
Hex 85 BD 59 1E 0 35 1A 5E 2B 37
Octal 205 275 131 36 0 65 32 136 53 67
Binary 10000101 10111101 1011001 11110 0 110101 11010 1011110 101011 110111

Color Harmonies of #85BD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD59

Black with #85BD59

Text Example


Text Example

White with #85BD59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,89); }

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

background-color css

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

 a { background-color: rgb(133,189,89); }

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

border-color css

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

 span { border-color: rgb(133,189,89); }

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