#85E14A

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

Shades of Mantis #85E14A

Tints of Mantis #85E14A

Color information

#85E14A (or 0x85E14A) is unknown color: approx Mantis. HEX triplet: 85, E1 and 4A. RGB value is (133,225,74). Sum of RGB (Red+Green+Blue) = 133+225+74=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #85E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E14A is #7A1EB5. Grayscale: #B4B4B4. Windows color (decimal): -8003254 or 4907397. OLE color: 4907397.

HSL color Cylindrical-coordinate representation of color #85E14A: hue angle of 96.56º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E14A is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB13322574-
CMYK0.4100.670.12
HSL96.56º71.56%58.63%-
HSV(B)96.56º67.11%88.24%-
XYZ37.8359.3315.94-
YUV180.2868.0294.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 225 (88.28% from 255) = 52.08%
BLUE value IS 74 (29.30% from 255) = 17.13%
R=30.79%
G=52.08%
B=17.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133225740.4100.670.1296.5671.5658.63
Hex85E14A29043C61483b
Octal2053411125101031414111073
Binary1000010111100001100101010100101000011110011000011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,74); }

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

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

 a { background-color: rgb(133,225,74); }

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

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

 span { border-color: rgb(133,225,74); }

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