Shades of Apple #69D949
Tints of Apple #69D949
RGB
CMYK
RGB Variations
Color information
#69D949 (or 0x69D949) is known color: Apple. HEX triplet: 69, D9 and 49. RGB value is (105,217,73). Sum of RGB (Red+Green+Blue) = 105+217+73=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #69D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D949 is #9626B6. Grayscale: #A7A7A7. Windows color (decimal): -9840311 or 4839785. OLE color: 4839785.
HSL color Cylindrical-coordinate representation of color #69D949: hue angle of 106.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69D949 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 73 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.15 |
| HSL | 106.67º | 0.65% | 0.57% | - |
| HSV(B) | 106.67º | 0.66% | 0.85% | - |
| XYZ | 31.84 | 53.11 | 14.88 | - |
| YUV | 167.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 73 | 0.52 | 0 | 0.66 | 0.15 | 106.67 | 0.65 | 0.57 |
| Hex | 69 | D9 | 49 | 34 | 0 | 42 | F | 6B | 41 | 39 |
| Octal | 151 | 331 | 111 | 64 | 0 | 102 | 17 | 153 | 101 | 71 |
| Binary | 1101001 | 11011001 | 1001001 | 110100 | 0 | 1000010 | 1111 | 1101011 | 1000001 | 111001 |
Color Harmonies of #69D949
Complementary color
Monochromatic Colors of #69D949
Black with #69D949
Text Example
Text Example
White with #69D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D949; }
p { color: rgb(105,217,73); }
H1.HeaderClassName
{
color: #69D949;
}
.AnyTagClassName
{
color: #69D949;
}
</style>
background-color css
<style>
a { background-color: #69D949; }
a { background-color: rgb(105,217,73); }
div.DivClassName
{
background-color: #69D949;
}
.BgClassName
{
background-color: #69D949;
}
</style>
border-color css
<style>
span { border-color: #69D949; }
span { border-color: rgb(105,217,73); }
td.TdClassName
{
border-color: #69D949;
}
.TagClassName
{
border-color: #69D949;
}
</style>