#85CD5C

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

Shades of Mantis #85CD5C

Tints of Mantis #85CD5C

Color information

#85CD5C (or 0x85CD5C) is unknown color: approx Mantis. HEX triplet: 85, CD and 5C. RGB value is (133,205,92). Sum of RGB (Red+Green+Blue) = 133+205+92=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD5C is #7A32A3. Grayscale: #AAAAAA. Windows color (decimal): -8008356 or 6081925. OLE color: 6081925.

HSL color Cylindrical-coordinate representation of color #85CD5C: hue angle of 98.23º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85CD5C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB13320592-
CMYK0.3500.550.20
HSL98.23º53.05%58.24%-
HSV(B)98.23º55.12%80.39%-
XYZ33.4449.4217.9-
YUV170.5983.65101.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=30.93%
G=47.67%
B=21.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205920.3500.550.2098.2353.0558.24
Hex85CD5C230371462353a
Octal20531513443067241426572
Binary100001011100110110111001000110110111101001100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,92); }

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

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

 a { background-color: rgb(133,205,92); }

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

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

 span { border-color: rgb(133,205,92); }

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