Html Css Color HEX #85BA51 Mantis

📋 copy color: '#85BA51'

red 133 ◦ green 186 ◦ blue 81

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

Shades of Mantis #85BA51

Tints of Mantis #85BA51

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 33.25%
G = 46.5%
B = 20.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#85BA51 (or 0x85BA51) is known color: Mantis. HEX triplet: 85, BA and 51. RGB value is (133,186,81). Sum of RGB (Red+Green+Blue) = 133+186+81=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA51 is #7A45AE. Grayscale: #9E9E9E. Windows color (decimal): -8013231 or 5356165. OLE color: 5356165.

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

Color convert

RGB 133 186 81 -
CMYK 0.28 0 0.56 0.27
HSL 90.29º 0.43% 0.52% -
HSV(B) 90.29º 0.56% 0.73% -
XYZ 28.72 40.7 14.13 -
YUV 158.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 133 186 81 0.28 0 0.56 0.27 90.29 0.43 0.52
Hex 85 BA 51 1C 0 38 1B 5A 2B 34
Octal 205 272 121 34 0 70 33 132 53 64
Binary 10000101 10111010 1010001 11100 0 111000 11011 1011010 101011 110100

Color Harmonies of #85BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA51

Black with #85BA51

Text Example


Text Example

White with #85BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,81); }

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

background-color css

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

 a { background-color: rgb(133,186,81); }

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

border-color css

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

 span { border-color: rgb(133,186,81); }

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