Html Css Color HEX #85D956 Mantis

📋 copy color: '#85D956'

red 133 ◦ green 217 ◦ blue 86

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

Shades of Mantis #85D956

Tints of Mantis #85D956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.72%

R = 30.5%
G = 49.77%
B = 19.72%

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

#85D956 (or 0x85D956) is known color: Mantis. HEX triplet: 85, D9 and 56. RGB value is (133,217,86). Sum of RGB (Red+Green+Blue) = 133+217+86=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #85D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D956 is #7A26A9. Grayscale: #B1B1B1. Windows color (decimal): -8005290 or 5691781. OLE color: 5691781.

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

Color convert

RGB 133 217 86 -
CMYK 0.39 0 0.60 0.15
HSL 98.47º 0.63% 0.59% -
HSV(B) 98.47º 0.6% 0.85% -
XYZ 36.17 55.28 17.57 -
YUV 176.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 133 217 86 0.39 0 0.60 0.15 98.47 0.63 0.59
Hex 85 D9 56 27 0 3C F 62 3F 3B
Octal 205 331 126 47 0 74 17 142 77 73
Binary 10000101 11011001 1010110 100111 0 111100 1111 1100010 111111 111011

Color Harmonies of #85D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D956

Black with #85D956

Text Example


Text Example

White with #85D956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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