#85DB4D

Color #85DB4D Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85DB4D

Tints of Mantis #85DB4D

Color information

#85DB4D (or 0x85DB4D) is unknown color: approx Mantis. HEX triplet: 85, DB and 4D. RGB value is (133,219,77). Sum of RGB (Red+Green+Blue) = 133+219+77=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB4D is #7A24B2. Grayscale: #B1B1B1. Windows color (decimal): -8004787 or 5102469. OLE color: 5102469.

HSL color Cylindrical-coordinate representation of color #85DB4D: hue angle of 96.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85DB4D is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB13321977-
CMYK0.3900.650.14
HSL96.34º66.36%58.04%-
HSV(B)96.34º64.84%85.88%-
XYZ36.3456.1915.95-
YUV177.171.5196.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 219 (85.94% from 255) = 51.05%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=31.00%
G=51.05%
B=17.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133219770.3900.650.1496.3466.3658.04
Hex85DB4D27041E60423a
Octal2053331154701011614010272
Binary1000010111011011100110110011101000001111011000001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,77); }

 H1.HeaderClassName
 {
   color: #85DB4D;
 }
 .AnyTagClassName
 {
   color: #85DB4D;
 }
</style>
background-color css

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

 a { background-color: rgb(133,219,77); }

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

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

 span { border-color: rgb(133,219,77); }

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