Shades of Mantis #68CB5B
Tints of Mantis #68CB5B
RGB
CMYK
RGB Variations
Color information
#68CB5B (or 0x68CB5B) is known color: Mantis. HEX triplet: 68, CB and 5B. RGB value is (104,203,91). Sum of RGB (Red+Green+Blue) = 104+203+91=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB5B is #9734A4. Grayscale: #A0A0A0. Windows color (decimal): -9909413 or 6015848. OLE color: 6015848.
HSL color Cylindrical-coordinate representation of color #68CB5B: hue angle of 113.04º degrees, saturation: 0.52, 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 #68CB5B is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 91 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.20 |
| HSL | 113.04º | 0.52% | 0.58% | - |
| HSV(B) | 113.04º | 0.55% | 0.8% | - |
| XYZ | 28.95 | 46.41 | 17.33 | - |
| YUV | 160.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 91 | 0.49 | 0 | 0.55 | 0.20 | 113.04 | 0.52 | 0.58 |
| Hex | 68 | CB | 5B | 31 | 0 | 37 | 14 | 71 | 34 | 3A |
| Octal | 150 | 313 | 133 | 61 | 0 | 67 | 24 | 161 | 64 | 72 |
| Binary | 1101000 | 11001011 | 1011011 | 110001 | 0 | 110111 | 10100 | 1110001 | 110100 | 111010 |
Color Harmonies of #68CB5B
Complementary color
Monochromatic Colors of #68CB5B
Black with #68CB5B
Text Example
Text Example
White with #68CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB5B; }
p { color: rgb(104,203,91); }
H1.HeaderClassName
{
color: #68CB5B;
}
.AnyTagClassName
{
color: #68CB5B;
}
</style>
background-color css
<style>
a { background-color: #68CB5B; }
a { background-color: rgb(104,203,91); }
div.DivClassName
{
background-color: #68CB5B;
}
.BgClassName
{
background-color: #68CB5B;
}
</style>
border-color css
<style>
span { border-color: #68CB5B; }
span { border-color: rgb(104,203,91); }
td.TdClassName
{
border-color: #68CB5B;
}
.TagClassName
{
border-color: #68CB5B;
}
</style>