Html Css Color HEX #85BD58 Mantis

📋 copy color: '#85BD58'

red 133 ◦ green 189 ◦ blue 88

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

Shades of Mantis #85BD58

Tints of Mantis #85BD58

RGB

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

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

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

R = 32.44%
G = 46.1%
B = 21.46%

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

#85BD58 (or 0x85BD58) is known color: Mantis. HEX triplet: 85, BD and 58. RGB value is (133,189,88). Sum of RGB (Red+Green+Blue) = 133+189+88=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD58 is #7A42A7. Grayscale: #A1A1A1. Windows color (decimal): -8012456 or 5815685. OLE color: 5815685.

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

Color convert

RGB 133 189 88 -
CMYK 0.30 0 0.53 0.26
HSL 93.27º 0.43% 0.54% -
HSV(B) 93.27º 0.53% 0.74% -
XYZ 29.63 42.09 15.79 -
YUV 160.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 133 189 88 0.30 0 0.53 0.26 93.27 0.43 0.54
Hex 85 BD 58 1E 0 35 1A 5D 2B 36
Octal 205 275 130 36 0 65 32 135 53 66
Binary 10000101 10111101 1011000 11110 0 110101 11010 1011101 101011 110110

Color Harmonies of #85BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD58

Black with #85BD58

Text Example


Text Example

White with #85BD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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