Shades of Mantis #69DB4B
Tints of Mantis #69DB4B
RGB
CMYK
RGB Variations
Color information
#69DB4B (or 0x69DB4B) is known color: Mantis. HEX triplet: 69, DB and 4B. RGB value is (105,219,75). Sum of RGB (Red+Green+Blue) = 105+219+75=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB4B is #9624B4. Grayscale: #A8A8A8. Windows color (decimal): -9839797 or 4971369. OLE color: 4971369.
HSL color Cylindrical-coordinate representation of color #69DB4B: hue angle of 107.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69DB4B is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 75 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.14 |
| HSL | 107.5º | 0.67% | 0.58% | - |
| HSV(B) | 107.5º | 0.66% | 0.86% | - |
| XYZ | 32.43 | 54.17 | 15.4 | - |
| YUV | 168.5 | 75.23 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 75 | 0.52 | 0 | 0.66 | 0.14 | 107.5 | 0.67 | 0.58 |
| Hex | 69 | DB | 4B | 34 | 0 | 42 | E | 6C | 43 | 3A |
| Octal | 151 | 333 | 113 | 64 | 0 | 102 | 16 | 154 | 103 | 72 |
| Binary | 1101001 | 11011011 | 1001011 | 110100 | 0 | 1000010 | 1110 | 1101100 | 1000011 | 111010 |
Color Harmonies of #69DB4B
Complementary color
Monochromatic Colors of #69DB4B
Black with #69DB4B
Text Example
Text Example
White with #69DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB4B; }
p { color: rgb(105,219,75); }
H1.HeaderClassName
{
color: #69DB4B;
}
.AnyTagClassName
{
color: #69DB4B;
}
</style>
background-color css
<style>
a { background-color: #69DB4B; }
a { background-color: rgb(105,219,75); }
div.DivClassName
{
background-color: #69DB4B;
}
.BgClassName
{
background-color: #69DB4B;
}
</style>
border-color css
<style>
span { border-color: #69DB4B; }
span { border-color: rgb(105,219,75); }
td.TdClassName
{
border-color: #69DB4B;
}
.TagClassName
{
border-color: #69DB4B;
}
</style>