Shades of Apple #69D332
Tints of Apple #69D332
RGB
CMYK
RGB Variations
Color information
#69D332 (or 0x69D332) is known color: Apple. HEX triplet: 69, D3 and 32. RGB value is (105,211,50). Sum of RGB (Red+Green+Blue) = 105+211+50=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #69D332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D332 is #962CCD. Grayscale: #A1A1A1. Windows color (decimal): -9841870 or 3330921. OLE color: 3330921.
HSL color Cylindrical-coordinate representation of color #69D332: hue angle of 99.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D332 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 50 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.17 |
| HSL | 99.5º | 0.65% | 0.51% | - |
| HSV(B) | 99.5º | 0.76% | 0.83% | - |
| XYZ | 29.7 | 49.82 | 11.07 | - |
| YUV | 160.95 | 65.38 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 50 | 0.50 | 0 | 0.76 | 0.17 | 99.5 | 0.65 | 0.51 |
| Hex | 69 | D3 | 32 | 32 | 0 | 4C | 11 | 64 | 41 | 33 |
| Octal | 151 | 323 | 62 | 62 | 0 | 114 | 21 | 144 | 101 | 63 |
| Binary | 1101001 | 11010011 | 110010 | 110010 | 0 | 1001100 | 10001 | 1100100 | 1000001 | 110011 |
Color Harmonies of #69D332
Complementary color
Monochromatic Colors of #69D332
Black with #69D332
Text Example
Text Example
White with #69D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D332; }
p { color: rgb(105,211,50); }
H1.HeaderClassName
{
color: #69D332;
}
.AnyTagClassName
{
color: #69D332;
}
</style>
background-color css
<style>
a { background-color: #69D332; }
a { background-color: rgb(105,211,50); }
div.DivClassName
{
background-color: #69D332;
}
.BgClassName
{
background-color: #69D332;
}
</style>
border-color css
<style>
span { border-color: #69D332; }
span { border-color: rgb(105,211,50); }
td.TdClassName
{
border-color: #69D332;
}
.TagClassName
{
border-color: #69D332;
}
</style>