Shades of Mantis #69DC53
Tints of Mantis #69DC53
RGB
CMYK
RGB Variations
Color information
#69DC53 (or 0x69DC53) is known color: Mantis. HEX triplet: 69, DC and 53. RGB value is (105,220,83). Sum of RGB (Red+Green+Blue) = 105+220+83=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC53 is #9623AC. Grayscale: #AAAAAA. Windows color (decimal): -9839533 or 5495913. OLE color: 5495913.
HSL color Cylindrical-coordinate representation of color #69DC53: hue angle of 110.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69DC53 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 83 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.14 |
| HSL | 110.37º | 0.66% | 0.59% | - |
| HSV(B) | 110.37º | 0.62% | 0.86% | - |
| XYZ | 32.98 | 54.81 | 17.03 | - |
| YUV | 170 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 83 | 0.52 | 0 | 0.62 | 0.14 | 110.37 | 0.66 | 0.59 |
| Hex | 69 | DC | 53 | 34 | 0 | 3E | E | 6E | 42 | 3B |
| Octal | 151 | 334 | 123 | 64 | 0 | 76 | 16 | 156 | 102 | 73 |
| Binary | 1101001 | 11011100 | 1010011 | 110100 | 0 | 111110 | 1110 | 1101110 | 1000010 | 111011 |
Color Harmonies of #69DC53
Complementary color
Monochromatic Colors of #69DC53
Black with #69DC53
Text Example
Text Example
White with #69DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC53; }
p { color: rgb(105,220,83); }
H1.HeaderClassName
{
color: #69DC53;
}
.AnyTagClassName
{
color: #69DC53;
}
</style>
background-color css
<style>
a { background-color: #69DC53; }
a { background-color: rgb(105,220,83); }
div.DivClassName
{
background-color: #69DC53;
}
.BgClassName
{
background-color: #69DC53;
}
</style>
border-color css
<style>
span { border-color: #69DC53; }
span { border-color: rgb(105,220,83); }
td.TdClassName
{
border-color: #69DC53;
}
.TagClassName
{
border-color: #69DC53;
}
</style>