Shades of Apple #69DD47
Tints of Apple #69DD47
RGB
CMYK
RGB Variations
Color information
#69DD47 (or 0x69DD47) is known color: Apple. HEX triplet: 69, DD and 47. RGB value is (105,221,71). Sum of RGB (Red+Green+Blue) = 105+221+71=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD47 is #9622B8. Grayscale: #A9A9A9. Windows color (decimal): -9839289 or 4709737. OLE color: 4709737.
HSL color Cylindrical-coordinate representation of color #69DD47: hue angle of 106.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69DD47 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 71 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.13 |
| HSL | 106.4º | 0.69% | 0.57% | - |
| HSV(B) | 106.4º | 0.68% | 0.87% | - |
| XYZ | 32.82 | 55.17 | 14.88 | - |
| YUV | 169.22 | 72.57 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 71 | 0.52 | 0 | 0.68 | 0.13 | 106.4 | 0.69 | 0.57 |
| Hex | 69 | DD | 47 | 34 | 0 | 44 | D | 6A | 45 | 39 |
| Octal | 151 | 335 | 107 | 64 | 0 | 104 | 15 | 152 | 105 | 71 |
| Binary | 1101001 | 11011101 | 1000111 | 110100 | 0 | 1000100 | 1101 | 1101010 | 1000101 | 111001 |
Color Harmonies of #69DD47
Complementary color
Monochromatic Colors of #69DD47
Black with #69DD47
Text Example
Text Example
White with #69DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD47; }
p { color: rgb(105,221,71); }
H1.HeaderClassName
{
color: #69DD47;
}
.AnyTagClassName
{
color: #69DD47;
}
</style>
background-color css
<style>
a { background-color: #69DD47; }
a { background-color: rgb(105,221,71); }
div.DivClassName
{
background-color: #69DD47;
}
.BgClassName
{
background-color: #69DD47;
}
</style>
border-color css
<style>
span { border-color: #69DD47; }
span { border-color: rgb(105,221,71); }
td.TdClassName
{
border-color: #69DD47;
}
.TagClassName
{
border-color: #69DD47;
}
</style>