#85D26B

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

Shades of Mantis #85D26B

Tints of Mantis #85D26B

Color information

#85D26B (or 0x85D26B) is unknown color: approx Mantis. HEX triplet: 85, D2 and 6B. RGB value is (133,210,107). Sum of RGB (Red+Green+Blue) = 133+210+107=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #85D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D26B is #7A2D94. Grayscale: #AFAFAF. Windows color (decimal): -8007061 or 7066245. OLE color: 7066245.

HSL color Cylindrical-coordinate representation of color #85D26B: hue angle of 104.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85D26B is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB133210107-
CMYK0.3700.490.18
HSL104.85º53.37%62.16%-
HSV(B)104.85º49.05%82.35%-
XYZ35.3752.1422.11-
YUV175.2489.4997.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=29.56%
G=46.67%
B=23.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332101070.3700.490.18104.8553.3762.16
Hex85D26B250311269353e
Octal20532215345061221516576
Binary100001011101001011010111001010110001100101101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,210,107); }

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

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

 a { background-color: rgb(133,210,107); }

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

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

 span { border-color: rgb(133,210,107); }

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