Shades of Apple #69DD30
Tints of Apple #69DD30
RGB
CMYK
RGB Variations
Color information
#69DD30 (or 0x69DD30) is known color: Apple. HEX triplet: 69, DD and 30. RGB value is (105,221,48). Sum of RGB (Red+Green+Blue) = 105+221+48=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD30 is #9622CF. Grayscale: #A7A7A7. Windows color (decimal): -9839312 or 3202409. OLE color: 3202409.
HSL color Cylindrical-coordinate representation of color #69DD30: hue angle of 100.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69DD30 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 48 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.13 |
| HSL | 100.23º | 0.72% | 0.53% | - |
| HSV(B) | 100.23º | 0.78% | 0.87% | - |
| XYZ | 32.22 | 54.93 | 11.7 | - |
| YUV | 166.59 | 61.07 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 48 | 0.52 | 0 | 0.78 | 0.13 | 100.23 | 0.72 | 0.53 |
| Hex | 69 | DD | 30 | 34 | 0 | 4E | D | 64 | 48 | 35 |
| Octal | 151 | 335 | 60 | 64 | 0 | 116 | 15 | 144 | 110 | 65 |
| Binary | 1101001 | 11011101 | 110000 | 110100 | 0 | 1001110 | 1101 | 1100100 | 1001000 | 110101 |
Color Harmonies of #69DD30
Complementary color
Monochromatic Colors of #69DD30
Black with #69DD30
Text Example
Text Example
White with #69DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD30; }
p { color: rgb(105,221,48); }
H1.HeaderClassName
{
color: #69DD30;
}
.AnyTagClassName
{
color: #69DD30;
}
</style>
background-color css
<style>
a { background-color: #69DD30; }
a { background-color: rgb(105,221,48); }
div.DivClassName
{
background-color: #69DD30;
}
.BgClassName
{
background-color: #69DD30;
}
</style>
border-color css
<style>
span { border-color: #69DD30; }
span { border-color: rgb(105,221,48); }
td.TdClassName
{
border-color: #69DD30;
}
.TagClassName
{
border-color: #69DD30;
}
</style>