Html Css Color HEX #85BC46 Mantis

📋 copy color: '#85BC46'

red 133 ◦ green 188 ◦ blue 70

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

Shades of Mantis #85BC46

Tints of Mantis #85BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 34.02%
G = 48.08%
B = 17.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#85BC46 (or 0x85BC46) is known color: Mantis. HEX triplet: 85, BC and 46. RGB value is (133,188,70). Sum of RGB (Red+Green+Blue) = 133+188+70=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC46 is #7A43B9. Grayscale: #9E9E9E. Windows color (decimal): -8012730 or 4635781. OLE color: 4635781.

HSL color Cylindrical-coordinate representation of color #85BC46: hue angle of 87.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85BC46 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 70 -
CMYK 0.29 0 0.63 0.26
HSL 87.97º 0.47% 0.51% -
HSV(B) 87.97º 0.63% 0.74% -
XYZ 28.76 41.4 12.27 -
YUV 158.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 133 188 70 0.29 0 0.63 0.26 87.97 0.47 0.51
Hex 85 BC 46 1D 0 3F 1A 58 2F 33
Octal 205 274 106 35 0 77 32 130 57 63
Binary 10000101 10111100 1000110 11101 0 111111 11010 1011000 101111 110011

Color Harmonies of #85BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC46

Black with #85BC46

Text Example


Text Example

White with #85BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,70); }

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

background-color css

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

 a { background-color: rgb(133,188,70); }

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

border-color css

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

 span { border-color: rgb(133,188,70); }

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