#85D24B

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

Shades of Mantis #85D24B

Tints of Mantis #85D24B

Color information

#85D24B (or 0x85D24B) is unknown color: approx Mantis. HEX triplet: 85, D2 and 4B. RGB value is (133,210,75). Sum of RGB (Red+Green+Blue) = 133+210+75=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #85D24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D24B is #7A2DB4. Grayscale: #ACACAC. Windows color (decimal): -8007093 or 4969093. OLE color: 4969093.

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

Color convert

RGB13321075-
CMYK0.3700.640.18
HSL94.22º60%55.88%-
HSV(B)94.22º64.29%82.35%-
XYZ33.9951.5914.82-
YUV171.5973.49100.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 210 (82.42% from 255) = 50.24%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=31.82%
G=50.24%
B=17.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133210750.3700.640.1894.226055.88
Hex85D24B25040125e3c38
Octal205322113450100221367470
Binary1000010111010010100101110010101000000100101011110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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