Shades of Mantis #69D652
Tints of Mantis #69D652
RGB
CMYK
RGB Variations
Color information
#69D652 (or 0x69D652) is known color: Mantis. HEX triplet: 69, D6 and 52. RGB value is (105,214,82). Sum of RGB (Red+Green+Blue) = 105+214+82=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #69D652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D652 is #9629AD. Grayscale: #A6A6A6. Windows color (decimal): -9841070 or 5428841. OLE color: 5428841.
HSL color Cylindrical-coordinate representation of color #69D652: hue angle of 109.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69D652 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 82 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.16 |
| HSL | 109.55º | 0.62% | 0.58% | - |
| HSV(B) | 109.55º | 0.62% | 0.84% | - |
| XYZ | 31.4 | 51.71 | 16.31 | - |
| YUV | 166.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 82 | 0.51 | 0 | 0.62 | 0.16 | 109.55 | 0.62 | 0.58 |
| Hex | 69 | D6 | 52 | 33 | 0 | 3E | 10 | 6E | 3E | 3A |
| Octal | 151 | 326 | 122 | 63 | 0 | 76 | 20 | 156 | 76 | 72 |
| Binary | 1101001 | 11010110 | 1010010 | 110011 | 0 | 111110 | 10000 | 1101110 | 111110 | 111010 |
Color Harmonies of #69D652
Complementary color
Monochromatic Colors of #69D652
Black with #69D652
Text Example
Text Example
White with #69D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D652; }
p { color: rgb(105,214,82); }
H1.HeaderClassName
{
color: #69D652;
}
.AnyTagClassName
{
color: #69D652;
}
</style>
background-color css
<style>
a { background-color: #69D652; }
a { background-color: rgb(105,214,82); }
div.DivClassName
{
background-color: #69D652;
}
.BgClassName
{
background-color: #69D652;
}
</style>
border-color css
<style>
span { border-color: #69D652; }
span { border-color: rgb(105,214,82); }
td.TdClassName
{
border-color: #69D652;
}
.TagClassName
{
border-color: #69D652;
}
</style>