Shades of Apple #69D549
Tints of Apple #69D549
RGB
CMYK
RGB Variations
Color information
#69D549 (or 0x69D549) is known color: Apple. HEX triplet: 69, D5 and 49. RGB value is (105,213,73). Sum of RGB (Red+Green+Blue) = 105+213+73=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #69D549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D549 is #962AB6. Grayscale: #A5A5A5. Windows color (decimal): -9841335 or 4838761. OLE color: 4838761.
HSL color Cylindrical-coordinate representation of color #69D549: hue angle of 106.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69D549 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 73 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.16 |
| HSL | 106.29º | 0.63% | 0.56% | - |
| HSV(B) | 106.29º | 0.66% | 0.84% | - |
| XYZ | 30.82 | 51.07 | 14.54 | - |
| YUV | 164.75 | 76.22 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 73 | 0.51 | 0 | 0.66 | 0.16 | 106.29 | 0.63 | 0.56 |
| Hex | 69 | D5 | 49 | 33 | 0 | 42 | 10 | 6A | 3E | 38 |
| Octal | 151 | 325 | 111 | 63 | 0 | 102 | 20 | 152 | 76 | 70 |
| Binary | 1101001 | 11010101 | 1001001 | 110011 | 0 | 1000010 | 10000 | 1101010 | 111110 | 111000 |
Color Harmonies of #69D549
Complementary color
Monochromatic Colors of #69D549
Black with #69D549
Text Example
Text Example
White with #69D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D549; }
p { color: rgb(105,213,73); }
H1.HeaderClassName
{
color: #69D549;
}
.AnyTagClassName
{
color: #69D549;
}
</style>
background-color css
<style>
a { background-color: #69D549; }
a { background-color: rgb(105,213,73); }
div.DivClassName
{
background-color: #69D549;
}
.BgClassName
{
background-color: #69D549;
}
</style>
border-color css
<style>
span { border-color: #69D549; }
span { border-color: rgb(105,213,73); }
td.TdClassName
{
border-color: #69D549;
}
.TagClassName
{
border-color: #69D549;
}
</style>