Html Css Color HEX #85BC47 Mantis

📋 copy color: '#85BC47'

red 133 ◦ green 188 ◦ blue 71

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

Shades of Mantis #85BC47

Tints of Mantis #85BC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 33.93%
G = 47.96%
B = 18.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#85BC47 (or 0x85BC47) is known color: Mantis. HEX triplet: 85, BC and 47. RGB value is (133,188,71). Sum of RGB (Red+Green+Blue) = 133+188+71=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC47 is #7A43B8. Grayscale: #9E9E9E. Windows color (decimal): -8012729 or 4701317. OLE color: 4701317.

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

Color convert

RGB 133 188 71 -
CMYK 0.29 0 0.62 0.26
HSL 88.21º 0.47% 0.51% -
HSV(B) 88.21º 0.62% 0.74% -
XYZ 28.79 41.41 12.44 -
YUV 158.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 133 188 71 0.29 0 0.62 0.26 88.21 0.47 0.51
Hex 85 BC 47 1D 0 3E 1A 58 2F 33
Octal 205 274 107 35 0 76 32 130 57 63
Binary 10000101 10111100 1000111 11101 0 111110 11010 1011000 101111 110011

Color Harmonies of #85BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC47

Black with #85BC47

Text Example


Text Example

White with #85BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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