Shades of Apple #69DF2F
Tints of Apple #69DF2F
RGB
CMYK
RGB Variations
Color information
#69DF2F (or 0x69DF2F) is known color: Apple. HEX triplet: 69, DF and 2F. RGB value is (105,223,47). Sum of RGB (Red+Green+Blue) = 105+223+47=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DF2F is #9620D0. Grayscale: #A8A8A8. Windows color (decimal): -9838801 or 3137385. OLE color: 3137385.
HSL color Cylindrical-coordinate representation of color #69DF2F: hue angle of 100.23º degrees, saturation: 0.73, 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 #69DF2F is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 47 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.13 |
| HSL | 100.23º | 0.73% | 0.53% | - |
| HSV(B) | 100.23º | 0.79% | 0.87% | - |
| XYZ | 32.73 | 55.98 | 11.77 | - |
| YUV | 167.65 | 59.91 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 47 | 0.53 | 0 | 0.79 | 0.13 | 100.23 | 0.73 | 0.53 |
| Hex | 69 | DF | 2F | 35 | 0 | 4F | D | 64 | 49 | 35 |
| Octal | 151 | 337 | 57 | 65 | 0 | 117 | 15 | 144 | 111 | 65 |
| Binary | 1101001 | 11011111 | 101111 | 110101 | 0 | 1001111 | 1101 | 1100100 | 1001001 | 110101 |
Color Harmonies of #69DF2F
Complementary color
Monochromatic Colors of #69DF2F
Black with #69DF2F
Text Example
Text Example
White with #69DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF2F; }
p { color: rgb(105,223,47); }
H1.HeaderClassName
{
color: #69DF2F;
}
.AnyTagClassName
{
color: #69DF2F;
}
</style>
background-color css
<style>
a { background-color: #69DF2F; }
a { background-color: rgb(105,223,47); }
div.DivClassName
{
background-color: #69DF2F;
}
.BgClassName
{
background-color: #69DF2F;
}
</style>
border-color css
<style>
span { border-color: #69DF2F; }
span { border-color: rgb(105,223,47); }
td.TdClassName
{
border-color: #69DF2F;
}
.TagClassName
{
border-color: #69DF2F;
}
</style>