Shades of Apple #69DD32
Tints of Apple #69DD32
RGB
CMYK
RGB Variations
Color information
#69DD32 (or 0x69DD32) is known color: Apple. HEX triplet: 69, DD and 32. RGB value is (105,221,50). Sum of RGB (Red+Green+Blue) = 105+221+50=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD32 is #9622CD. Grayscale: #A7A7A7. Windows color (decimal): -9839310 or 3333481. OLE color: 3333481.
HSL color Cylindrical-coordinate representation of color #69DD32: hue angle of 100.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69DD32 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 50 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.13 |
| HSL | 100.7º | 0.72% | 0.53% | - |
| HSV(B) | 100.7º | 0.77% | 0.87% | - |
| XYZ | 32.26 | 54.95 | 11.92 | - |
| YUV | 166.82 | 62.07 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 50 | 0.52 | 0 | 0.77 | 0.13 | 100.7 | 0.72 | 0.53 |
| Hex | 69 | DD | 32 | 34 | 0 | 4D | D | 65 | 48 | 35 |
| Octal | 151 | 335 | 62 | 64 | 0 | 115 | 15 | 145 | 110 | 65 |
| Binary | 1101001 | 11011101 | 110010 | 110100 | 0 | 1001101 | 1101 | 1100101 | 1001000 | 110101 |
Color Harmonies of #69DD32
Complementary color
Monochromatic Colors of #69DD32
Black with #69DD32
Text Example
Text Example
White with #69DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD32; }
p { color: rgb(105,221,50); }
H1.HeaderClassName
{
color: #69DD32;
}
.AnyTagClassName
{
color: #69DD32;
}
</style>
background-color css
<style>
a { background-color: #69DD32; }
a { background-color: rgb(105,221,50); }
div.DivClassName
{
background-color: #69DD32;
}
.BgClassName
{
background-color: #69DD32;
}
</style>
border-color css
<style>
span { border-color: #69DD32; }
span { border-color: rgb(105,221,50); }
td.TdClassName
{
border-color: #69DD32;
}
.TagClassName
{
border-color: #69DD32;
}
</style>