#85DE4B

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

Shades of Mantis #85DE4B

Tints of Mantis #85DE4B

Color information

#85DE4B (or 0x85DE4B) is unknown color: approx Mantis. HEX triplet: 85, DE and 4B. RGB value is (133,222,75). Sum of RGB (Red+Green+Blue) = 133+222+75=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DE4B is #7A21B4. Grayscale: #B3B3B3. Windows color (decimal): -8004021 or 4972165. OLE color: 4972165.

HSL color Cylindrical-coordinate representation of color #85DE4B: hue angle of 96.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85DE4B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB13322275-
CMYK0.4000.660.13
HSL96.33º69.01%58.24%-
HSV(B)96.33º66.22%87.06%-
XYZ37.0657.7415.85-
YUV178.6369.5195.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 222 (87.11% from 255) = 51.63%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=30.93%
G=51.63%
B=17.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133222750.4000.660.1396.3369.0158.24
Hex85DE4B28042D60453a
Octal2053361135001021514010572
Binary1000010111011110100101110100001000010110111000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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