Html Css Color HEX #85BB50 Mantis

📋 copy color: '#85BB50'

red 133 ◦ green 187 ◦ blue 80

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

Shades of Mantis #85BB50

Tints of Mantis #85BB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 33.25%
G = 46.75%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#85BB50 (or 0x85BB50) is known color: Mantis. HEX triplet: 85, BB and 50. RGB value is (133,187,80). Sum of RGB (Red+Green+Blue) = 133+187+80=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB50 is #7A44AF. Grayscale: #9F9F9F. Windows color (decimal): -8012976 or 5290885. OLE color: 5290885.

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

Color convert

RGB 133 187 80 -
CMYK 0.29 0 0.57 0.27
HSL 90.28º 0.44% 0.52% -
HSV(B) 90.28º 0.57% 0.73% -
XYZ 28.89 41.11 14 -
YUV 158.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 133 187 80 0.29 0 0.57 0.27 90.28 0.44 0.52
Hex 85 BB 50 1D 0 39 1B 5A 2C 34
Octal 205 273 120 35 0 71 33 132 54 64
Binary 10000101 10111011 1010000 11101 0 111001 11011 1011010 101100 110100

Color Harmonies of #85BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB50

Black with #85BB50

Text Example


Text Example

White with #85BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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