Html Css Color HEX #85D855 Mantis

📋 copy color: '#85D855'

red 133 ◦ green 216 ◦ blue 85

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

Shades of Mantis #85D855

Tints of Mantis #85D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 30.65%
G = 49.77%
B = 19.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#85D855 (or 0x85D855) is known color: Mantis. HEX triplet: 85, D8 and 55. RGB value is (133,216,85). Sum of RGB (Red+Green+Blue) = 133+216+85=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #85D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D855 is #7A27AA. Grayscale: #B0B0B0. Windows color (decimal): -8005547 or 5625989. OLE color: 5625989.

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

Color convert

RGB 133 216 85 -
CMYK 0.38 0 0.61 0.15
HSL 98.02º 0.63% 0.59% -
HSV(B) 98.02º 0.61% 0.85% -
XYZ 35.87 54.75 17.27 -
YUV 176.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 133 216 85 0.38 0 0.61 0.15 98.02 0.63 0.59
Hex 85 D8 55 26 0 3D F 62 3F 3B
Octal 205 330 125 46 0 75 17 142 77 73
Binary 10000101 11011000 1010101 100110 0 111101 1111 1100010 111111 111011

Color Harmonies of #85D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D855

Black with #85D855

Text Example


Text Example

White with #85D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,85); }

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

background-color css

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

 a { background-color: rgb(133,216,85); }

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

border-color css

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

 span { border-color: rgb(133,216,85); }

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