#68D055

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

Shades of Mantis #68D055

Tints of Mantis #68D055

Color information

#68D055 (or 0x68D055) is unknown color: approx Mantis. HEX triplet: 68, D0 and 55. RGB value is (104,208,85). Sum of RGB (Red+Green+Blue) = 104+208+85=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #68D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D055 is #972FAA. Grayscale: #A3A3A3. Windows color (decimal): -9908139 or 5623912. OLE color: 5623912.

HSL color Cylindrical-coordinate representation of color #68D055: hue angle of 110.73º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68D055 is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB10420885-
CMYK0.500.590.18
HSL110.73º56.68%57.45%-
HSV(B)110.73º59.13%81.57%-
XYZ29.948.7116.42-
YUV162.8884.0486-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 208 (81.64% from 255) = 52.39%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=26.20%
G=52.39%
B=21.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104208850.500.590.18110.7356.6857.45
Hex68D0553203B126f3939
Octal15032012562073221577171
Binary11010001101000010101011100100111011100101101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D055; }

 p { color: rgb(104,208,85); }

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

<style>
 a { background-color: #68D055; }

 a { background-color: rgb(104,208,85); }

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

<style>
 span { border-color: #68D055; }

 span { border-color: rgb(104,208,85); }

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