Html Css Color HEX #85D951 Mantis

📋 copy color: '#85D951'

red 133 ◦ green 217 ◦ blue 81

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

Shades of Mantis #85D951

Tints of Mantis #85D951

RGB

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

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

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

R = 30.86%
G = 50.35%
B = 18.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#85D951 (or 0x85D951) is known color: Mantis. HEX triplet: 85, D9 and 51. RGB value is (133,217,81). Sum of RGB (Red+Green+Blue) = 133+217+81=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #85D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D951 is #7A26AE. Grayscale: #B0B0B0. Windows color (decimal): -8005295 or 5364101. OLE color: 5364101.

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

Color convert

RGB 133 217 81 -
CMYK 0.39 0 0.63 0.15
HSL 97.06º 0.64% 0.58% -
HSV(B) 97.06º 0.63% 0.85% -
XYZ 35.97 55.21 16.54 -
YUV 176.38 74.17 97.06 -
System Red Green Blue C M Y K H S L
Decimal 133 217 81 0.39 0 0.63 0.15 97.06 0.64 0.58
Hex 85 D9 51 27 0 3F F 61 40 3A
Octal 205 331 121 47 0 77 17 141 100 72
Binary 10000101 11011001 1010001 100111 0 111111 1111 1100001 1000000 111010

Color Harmonies of #85D951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D951

Black with #85D951

Text Example


Text Example

White with #85D951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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