Shades of Mantis #68DA55
Tints of Mantis #68DA55
RGB
CMYK
RGB Variations
Color information
#68DA55 (or 0x68DA55) is known color: Mantis. HEX triplet: 68, DA and 55. RGB value is (104,218,85). Sum of RGB (Red+Green+Blue) = 104+218+85=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA55 is #9725AA. Grayscale: #A9A9A9. Windows color (decimal): -9905579 or 5626472. OLE color: 5626472.
HSL color Cylindrical-coordinate representation of color #68DA55: hue angle of 111.43º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68DA55 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 85 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.15 |
| HSL | 111.43º | 0.64% | 0.59% | - |
| HSV(B) | 111.43º | 0.61% | 0.85% | - |
| XYZ | 32.42 | 53.74 | 17.26 | - |
| YUV | 168.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 85 | 0.52 | 0 | 0.61 | 0.15 | 111.43 | 0.64 | 0.59 |
| Hex | 68 | DA | 55 | 34 | 0 | 3D | F | 6F | 40 | 3B |
| Octal | 150 | 332 | 125 | 64 | 0 | 75 | 17 | 157 | 100 | 73 |
| Binary | 1101000 | 11011010 | 1010101 | 110100 | 0 | 111101 | 1111 | 1101111 | 1000000 | 111011 |
Color Harmonies of #68DA55
Complementary color
Monochromatic Colors of #68DA55
Black with #68DA55
Text Example
Text Example
White with #68DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA55; }
p { color: rgb(104,218,85); }
H1.HeaderClassName
{
color: #68DA55;
}
.AnyTagClassName
{
color: #68DA55;
}
</style>
background-color css
<style>
a { background-color: #68DA55; }
a { background-color: rgb(104,218,85); }
div.DivClassName
{
background-color: #68DA55;
}
.BgClassName
{
background-color: #68DA55;
}
</style>
border-color css
<style>
span { border-color: #68DA55; }
span { border-color: rgb(104,218,85); }
td.TdClassName
{
border-color: #68DA55;
}
.TagClassName
{
border-color: #68DA55;
}
</style>