Shades of Mantis #68CA5A
Tints of Mantis #68CA5A
RGB
CMYK
RGB Variations
Color information
#68CA5A (or 0x68CA5A) is known color: Mantis. HEX triplet: 68, CA and 5A. RGB value is (104,202,90). Sum of RGB (Red+Green+Blue) = 104+202+90=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA5A is #9735A5. Grayscale: #A0A0A0. Windows color (decimal): -9909670 or 5950056. OLE color: 5950056.
HSL color Cylindrical-coordinate representation of color #68CA5A: hue angle of 112.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CA5A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 90 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.21 |
| HSL | 112.5º | 0.51% | 0.57% | - |
| HSV(B) | 112.5º | 0.55% | 0.79% | - |
| XYZ | 28.67 | 45.92 | 17.03 | - |
| YUV | 159.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 90 | 0.49 | 0 | 0.55 | 0.21 | 112.5 | 0.51 | 0.57 |
| Hex | 68 | CA | 5A | 31 | 0 | 37 | 15 | 70 | 33 | 39 |
| Octal | 150 | 312 | 132 | 61 | 0 | 67 | 25 | 160 | 63 | 71 |
| Binary | 1101000 | 11001010 | 1011010 | 110001 | 0 | 110111 | 10101 | 1110000 | 110011 | 111001 |
Color Harmonies of #68CA5A
Complementary color
Monochromatic Colors of #68CA5A
Black with #68CA5A
Text Example
Text Example
White with #68CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA5A; }
p { color: rgb(104,202,90); }
H1.HeaderClassName
{
color: #68CA5A;
}
.AnyTagClassName
{
color: #68CA5A;
}
</style>
background-color css
<style>
a { background-color: #68CA5A; }
a { background-color: rgb(104,202,90); }
div.DivClassName
{
background-color: #68CA5A;
}
.BgClassName
{
background-color: #68CA5A;
}
</style>
border-color css
<style>
span { border-color: #68CA5A; }
span { border-color: rgb(104,202,90); }
td.TdClassName
{
border-color: #68CA5A;
}
.TagClassName
{
border-color: #68CA5A;
}
</style>