#85D651

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

Shades of Mantis #85D651

Tints of Mantis #85D651

Color information

#85D651 (or 0x85D651) is unknown color: approx Mantis. HEX triplet: 85, D6 and 51. RGB value is (133,214,81). Sum of RGB (Red+Green+Blue) = 133+214+81=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #85D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D651 is #7A29AE. Grayscale: #AFAFAF. Windows color (decimal): -8006063 or 5363333. OLE color: 5363333.

HSL color Cylindrical-coordinate representation of color #85D651: hue angle of 96.54º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85D651 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB13321481-
CMYK0.3800.620.16
HSL96.54º61.86%57.84%-
HSV(B)96.54º62.15%83.92%-
XYZ35.253.6716.29-
YUV174.6275.1698.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 214 (83.98% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 18.93%
R=31.07%
G=50%
B=18.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133214810.3800.620.1696.5461.8657.84
Hex85D6512603E10613e3a
Octal20532612146076201417672
Binary100001011101011010100011001100111110100001100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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