Html Css Color HEX #85BB52 Mantis

📋 copy color: '#85BB52'

red 133 ◦ green 187 ◦ blue 82

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

Shades of Mantis #85BB52

Tints of Mantis #85BB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 33.08%
G = 46.52%
B = 20.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#85BB52 (or 0x85BB52) is known color: Mantis. HEX triplet: 85, BB and 52. RGB value is (133,187,82). Sum of RGB (Red+Green+Blue) = 133+187+82=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB52 is #7A44AD. Grayscale: #9F9F9F. Windows color (decimal): -8012974 or 5421957. OLE color: 5421957.

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

Color convert

RGB 133 187 82 -
CMYK 0.29 0 0.56 0.27
HSL 90.86º 0.44% 0.53% -
HSV(B) 90.86º 0.56% 0.73% -
XYZ 28.97 41.14 14.4 -
YUV 158.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 133 187 82 0.29 0 0.56 0.27 90.86 0.44 0.53
Hex 85 BB 52 1D 0 38 1B 5B 2C 35
Octal 205 273 122 35 0 70 33 133 54 65
Binary 10000101 10111011 1010010 11101 0 111000 11011 1011011 101100 110101

Color Harmonies of #85BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB52

Black with #85BB52

Text Example


Text Example

White with #85BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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