Shades of Mantis #69CC5D
Tints of Mantis #69CC5D
RGB
CMYK
RGB Variations
Color information
#69CC5D (or 0x69CC5D) is known color: Mantis. HEX triplet: 69, CC and 5D. RGB value is (105,204,93). Sum of RGB (Red+Green+Blue) = 105+204+93=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC5D is #9633A2. Grayscale: #A2A2A2. Windows color (decimal): -9843619 or 6147177. OLE color: 6147177.
HSL color Cylindrical-coordinate representation of color #69CC5D: hue angle of 113.51º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69CC5D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 93 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.2 |
| HSL | 113.51º | 0.52% | 0.58% | - |
| HSV(B) | 113.51º | 0.54% | 0.8% | - |
| XYZ | 29.39 | 46.98 | 17.87 | - |
| YUV | 161.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 93 | 0.49 | 0 | 0.54 | 0.2 | 113.51 | 0.52 | 0.58 |
| Hex | 69 | CC | 5D | 31 | 0 | 36 | 14 | 72 | 34 | 3A |
| Octal | 151 | 314 | 135 | 61 | 0 | 66 | 24 | 162 | 64 | 72 |
| Binary | 1101001 | 11001100 | 1011101 | 110001 | 0 | 110110 | 10100 | 1110010 | 110100 | 111010 |
Color Harmonies of #69CC5D
Complementary color
Monochromatic Colors of #69CC5D
Black with #69CC5D
Text Example
Text Example
White with #69CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC5D; }
p { color: rgb(105,204,93); }
H1.HeaderClassName
{
color: #69CC5D;
}
.AnyTagClassName
{
color: #69CC5D;
}
</style>
background-color css
<style>
a { background-color: #69CC5D; }
a { background-color: rgb(105,204,93); }
div.DivClassName
{
background-color: #69CC5D;
}
.BgClassName
{
background-color: #69CC5D;
}
</style>
border-color css
<style>
span { border-color: #69CC5D; }
span { border-color: rgb(105,204,93); }
td.TdClassName
{
border-color: #69CC5D;
}
.TagClassName
{
border-color: #69CC5D;
}
</style>