Shades of Apple #69DB49
Tints of Apple #69DB49
RGB
CMYK
RGB Variations
Color information
#69DB49 (or 0x69DB49) is known color: Apple. HEX triplet: 69, DB and 49. RGB value is (105,219,73). Sum of RGB (Red+Green+Blue) = 105+219+73=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB49 is #9624B6. Grayscale: #A8A8A8. Windows color (decimal): -9839799 or 4840297. OLE color: 4840297.
HSL color Cylindrical-coordinate representation of color #69DB49: hue angle of 106.85º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69DB49 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 73 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.14 |
| HSL | 106.85º | 0.67% | 0.57% | - |
| HSV(B) | 106.85º | 0.67% | 0.86% | - |
| XYZ | 32.36 | 54.15 | 15.05 | - |
| YUV | 168.27 | 74.23 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 73 | 0.52 | 0 | 0.67 | 0.14 | 106.85 | 0.67 | 0.57 |
| Hex | 69 | DB | 49 | 34 | 0 | 43 | E | 6B | 43 | 39 |
| Octal | 151 | 333 | 111 | 64 | 0 | 103 | 16 | 153 | 103 | 71 |
| Binary | 1101001 | 11011011 | 1001001 | 110100 | 0 | 1000011 | 1110 | 1101011 | 1000011 | 111001 |
Color Harmonies of #69DB49
Complementary color
Monochromatic Colors of #69DB49
Black with #69DB49
Text Example
Text Example
White with #69DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB49; }
p { color: rgb(105,219,73); }
H1.HeaderClassName
{
color: #69DB49;
}
.AnyTagClassName
{
color: #69DB49;
}
</style>
background-color css
<style>
a { background-color: #69DB49; }
a { background-color: rgb(105,219,73); }
div.DivClassName
{
background-color: #69DB49;
}
.BgClassName
{
background-color: #69DB49;
}
</style>
border-color css
<style>
span { border-color: #69DB49; }
span { border-color: rgb(105,219,73); }
td.TdClassName
{
border-color: #69DB49;
}
.TagClassName
{
border-color: #69DB49;
}
</style>