#85CE68

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

Shades of Mantis #85CE68

Tints of Mantis #85CE68

Color information

#85CE68 (or 0x85CE68) is unknown color: approx Mantis. HEX triplet: 85, CE and 68. RGB value is (133,206,104). Sum of RGB (Red+Green+Blue) = 133+206+104=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE68 is #7A3197. Grayscale: #ACACAC. Windows color (decimal): -8008088 or 6868613. OLE color: 6868613.

HSL color Cylindrical-coordinate representation of color #85CE68: hue angle of 102.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85CE68 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB133206104-
CMYK0.3500.500.19
HSL102.94º51%60.78%-
HSV(B)102.94º49.51%80.78%-
XYZ34.2450.1320.97-
YUV172.5489.3299.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=30.02%
G=46.50%
B=23.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061040.3500.500.19102.945160.78
Hex85CE68230321367333d
Octal20531615043062231476375
Binary100001011100111011010001000110110010100111100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,104); }

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

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

 a { background-color: rgb(133,206,104); }

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

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

 span { border-color: rgb(133,206,104); }

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