Shades of Apple #69DD2F
Tints of Apple #69DD2F
RGB
CMYK
RGB Variations
Color information
#69DD2F (or 0x69DD2F) is known color: Apple. HEX triplet: 69, DD and 2F. RGB value is (105,221,47). Sum of RGB (Red+Green+Blue) = 105+221+47=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD2F is #9622D0. Grayscale: #A7A7A7. Windows color (decimal): -9839313 or 3136873. OLE color: 3136873.
HSL color Cylindrical-coordinate representation of color #69DD2F: hue angle of 100º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69DD2F is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 47 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.13 |
| HSL | 100º | 0.72% | 0.53% | - |
| HSV(B) | 100º | 0.79% | 0.87% | - |
| XYZ | 32.2 | 54.92 | 11.59 | - |
| YUV | 166.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 47 | 0.52 | 0 | 0.79 | 0.13 | 100 | 0.72 | 0.53 |
| Hex | 69 | DD | 2F | 34 | 0 | 4F | D | 64 | 48 | 35 |
| Octal | 151 | 335 | 57 | 64 | 0 | 117 | 15 | 144 | 110 | 65 |
| Binary | 1101001 | 11011101 | 101111 | 110100 | 0 | 1001111 | 1101 | 1100100 | 1001000 | 110101 |
Color Harmonies of #69DD2F
Complementary color
Monochromatic Colors of #69DD2F
Black with #69DD2F
Text Example
Text Example
White with #69DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD2F; }
p { color: rgb(105,221,47); }
H1.HeaderClassName
{
color: #69DD2F;
}
.AnyTagClassName
{
color: #69DD2F;
}
</style>
background-color css
<style>
a { background-color: #69DD2F; }
a { background-color: rgb(105,221,47); }
div.DivClassName
{
background-color: #69DD2F;
}
.BgClassName
{
background-color: #69DD2F;
}
</style>
border-color css
<style>
span { border-color: #69DD2F; }
span { border-color: rgb(105,221,47); }
td.TdClassName
{
border-color: #69DD2F;
}
.TagClassName
{
border-color: #69DD2F;
}
</style>