Html Css Color HEX #85D957 Mantis

📋 copy color: '#85D957'

red 133 ◦ green 217 ◦ blue 87

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

Shades of Mantis #85D957

Tints of Mantis #85D957

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 30.43%
G = 49.66%
B = 19.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#85D957 (or 0x85D957) is known color: Mantis. HEX triplet: 85, D9 and 57. RGB value is (133,217,87). Sum of RGB (Red+Green+Blue) = 133+217+87=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #85D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D957 is #7A26A8. Grayscale: #B1B1B1. Windows color (decimal): -8005289 or 5757317. OLE color: 5757317.

HSL color Cylindrical-coordinate representation of color #85D957: hue angle of 98.77º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85D957 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 87 -
CMYK 0.39 0 0.60 0.15
HSL 98.77º 0.63% 0.6% -
HSV(B) 98.77º 0.6% 0.85% -
XYZ 36.21 55.3 17.78 -
YUV 177.06 77.17 96.57 -
System Red Green Blue C M Y K H S L
Decimal 133 217 87 0.39 0 0.60 0.15 98.77 0.63 0.6
Hex 85 D9 57 27 0 3C F 63 3F 3C
Octal 205 331 127 47 0 74 17 143 77 74
Binary 10000101 11011001 1010111 100111 0 111100 1111 1100011 111111 111100

Color Harmonies of #85D957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D957

Black with #85D957

Text Example


Text Example

White with #85D957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,87); }

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

background-color css

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

 a { background-color: rgb(133,217,87); }

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

border-color css

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

 span { border-color: rgb(133,217,87); }

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