Shades of Mantis #69DB4D
Tints of Mantis #69DB4D
RGB
CMYK
RGB Variations
Color information
#69DB4D (or 0x69DB4D) is known color: Mantis. HEX triplet: 69, DB and 4D. RGB value is (105,219,77). Sum of RGB (Red+Green+Blue) = 105+219+77=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB4D is #9624B2. Grayscale: #A9A9A9. Windows color (decimal): -9839795 or 5102441. OLE color: 5102441.
HSL color Cylindrical-coordinate representation of color #69DB4D: hue angle of 108.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69DB4D is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 77 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.14 |
| HSL | 108.17º | 0.66% | 0.58% | - |
| HSV(B) | 108.17º | 0.65% | 0.86% | - |
| XYZ | 32.5 | 54.2 | 15.77 | - |
| YUV | 168.73 | 76.23 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 77 | 0.52 | 0 | 0.65 | 0.14 | 108.17 | 0.66 | 0.58 |
| Hex | 69 | DB | 4D | 34 | 0 | 41 | E | 6C | 42 | 3A |
| Octal | 151 | 333 | 115 | 64 | 0 | 101 | 16 | 154 | 102 | 72 |
| Binary | 1101001 | 11011011 | 1001101 | 110100 | 0 | 1000001 | 1110 | 1101100 | 1000010 | 111010 |
Color Harmonies of #69DB4D
Complementary color
Monochromatic Colors of #69DB4D
Black with #69DB4D
Text Example
Text Example
White with #69DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB4D; }
p { color: rgb(105,219,77); }
H1.HeaderClassName
{
color: #69DB4D;
}
.AnyTagClassName
{
color: #69DB4D;
}
</style>
background-color css
<style>
a { background-color: #69DB4D; }
a { background-color: rgb(105,219,77); }
div.DivClassName
{
background-color: #69DB4D;
}
.BgClassName
{
background-color: #69DB4D;
}
</style>
border-color css
<style>
span { border-color: #69DB4D; }
span { border-color: rgb(105,219,77); }
td.TdClassName
{
border-color: #69DB4D;
}
.TagClassName
{
border-color: #69DB4D;
}
</style>