Html Css Color HEX #85BB58 Mantis

📋 copy color: '#85BB58'

red 133 ◦ green 187 ◦ blue 88

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

Shades of Mantis #85BB58

Tints of Mantis #85BB58

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.83%

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

R = 32.6%
G = 45.83%
B = 21.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#85BB58 (or 0x85BB58) is known color: Mantis. HEX triplet: 85, BB and 58. RGB value is (133,187,88). Sum of RGB (Red+Green+Blue) = 133+187+88=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB58 is #7A44A7. Grayscale: #9F9F9F. Windows color (decimal): -8012968 or 5815173. OLE color: 5815173.

HSL color Cylindrical-coordinate representation of color #85BB58: hue angle of 92.73º 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 #85BB58 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 88 -
CMYK 0.29 0 0.53 0.27
HSL 92.73º 0.42% 0.54% -
HSV(B) 92.73º 0.53% 0.73% -
XYZ 29.2 41.23 15.65 -
YUV 159.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 133 187 88 0.29 0 0.53 0.27 92.73 0.42 0.54
Hex 85 BB 58 1D 0 35 1B 5D 2A 36
Octal 205 273 130 35 0 65 33 135 52 66
Binary 10000101 10111011 1011000 11101 0 110101 11011 1011101 101010 110110

Color Harmonies of #85BB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB58

Black with #85BB58

Text Example


Text Example

White with #85BB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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