Shades of Mantis #69D953
Tints of Mantis #69D953
RGB
CMYK
RGB Variations
Color information
#69D953 (or 0x69D953) is known color: Mantis. HEX triplet: 69, D9 and 53. RGB value is (105,217,83). Sum of RGB (Red+Green+Blue) = 105+217+83=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #69D953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D953 is #9626AC. Grayscale: #A8A8A8. Windows color (decimal): -9840301 or 5495145. OLE color: 5495145.
HSL color Cylindrical-coordinate representation of color #69D953: hue angle of 110.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69D953 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 83 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.15 |
| HSL | 110.15º | 0.64% | 0.59% | - |
| HSV(B) | 110.15º | 0.62% | 0.85% | - |
| XYZ | 32.2 | 53.25 | 16.77 | - |
| YUV | 168.24 | 79.89 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 83 | 0.52 | 0 | 0.62 | 0.15 | 110.15 | 0.64 | 0.59 |
| Hex | 69 | D9 | 53 | 34 | 0 | 3E | F | 6E | 40 | 3B |
| Octal | 151 | 331 | 123 | 64 | 0 | 76 | 17 | 156 | 100 | 73 |
| Binary | 1101001 | 11011001 | 1010011 | 110100 | 0 | 111110 | 1111 | 1101110 | 1000000 | 111011 |
Color Harmonies of #69D953
Complementary color
Monochromatic Colors of #69D953
Black with #69D953
Text Example
Text Example
White with #69D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D953; }
p { color: rgb(105,217,83); }
H1.HeaderClassName
{
color: #69D953;
}
.AnyTagClassName
{
color: #69D953;
}
</style>
background-color css
<style>
a { background-color: #69D953; }
a { background-color: rgb(105,217,83); }
div.DivClassName
{
background-color: #69D953;
}
.BgClassName
{
background-color: #69D953;
}
</style>
border-color css
<style>
span { border-color: #69D953; }
span { border-color: rgb(105,217,83); }
td.TdClassName
{
border-color: #69D953;
}
.TagClassName
{
border-color: #69D953;
}
</style>