Shades of Mantis #68CD5C
Tints of Mantis #68CD5C
RGB
CMYK
RGB Variations
Color information
#68CD5C (or 0x68CD5C) is known color: Mantis. HEX triplet: 68, CD and 5C. RGB value is (104,205,92). Sum of RGB (Red+Green+Blue) = 104+205+92=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD5C is #9732A3. Grayscale: #A2A2A2. Windows color (decimal): -9908900 or 6081896. OLE color: 6081896.
HSL color Cylindrical-coordinate representation of color #68CD5C: hue angle of 113.63º 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 #68CD5C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 92 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.20 |
| HSL | 113.63º | 0.53% | 0.58% | - |
| HSV(B) | 113.63º | 0.55% | 0.8% | - |
| XYZ | 29.47 | 47.38 | 17.72 | - |
| YUV | 161.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 92 | 0.49 | 0 | 0.55 | 0.20 | 113.63 | 0.53 | 0.58 |
| Hex | 68 | CD | 5C | 31 | 0 | 37 | 14 | 72 | 35 | 3A |
| Octal | 150 | 315 | 134 | 61 | 0 | 67 | 24 | 162 | 65 | 72 |
| Binary | 1101000 | 11001101 | 1011100 | 110001 | 0 | 110111 | 10100 | 1110010 | 110101 | 111010 |
Color Harmonies of #68CD5C
Complementary color
Monochromatic Colors of #68CD5C
Black with #68CD5C
Text Example
Text Example
White with #68CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD5C; }
p { color: rgb(104,205,92); }
H1.HeaderClassName
{
color: #68CD5C;
}
.AnyTagClassName
{
color: #68CD5C;
}
</style>
background-color css
<style>
a { background-color: #68CD5C; }
a { background-color: rgb(104,205,92); }
div.DivClassName
{
background-color: #68CD5C;
}
.BgClassName
{
background-color: #68CD5C;
}
</style>
border-color css
<style>
span { border-color: #68CD5C; }
span { border-color: rgb(104,205,92); }
td.TdClassName
{
border-color: #68CD5C;
}
.TagClassName
{
border-color: #68CD5C;
}
</style>