Shades of Apple #69DB48
Tints of Apple #69DB48
RGB
CMYK
RGB Variations
Color information
#69DB48 (or 0x69DB48) is known color: Apple. HEX triplet: 69, DB and 48. RGB value is (105,219,72). Sum of RGB (Red+Green+Blue) = 105+219+72=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB48 is #9624B7. Grayscale: #A8A8A8. Windows color (decimal): -9839800 or 4774761. OLE color: 4774761.
HSL color Cylindrical-coordinate representation of color #69DB48: hue angle of 106.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69DB48 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 72 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.14 |
| HSL | 106.53º | 0.67% | 0.57% | - |
| HSV(B) | 106.53º | 0.67% | 0.86% | - |
| XYZ | 32.33 | 54.13 | 14.88 | - |
| YUV | 168.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 72 | 0.52 | 0 | 0.67 | 0.14 | 106.53 | 0.67 | 0.57 |
| Hex | 69 | DB | 48 | 34 | 0 | 43 | E | 6B | 43 | 39 |
| Octal | 151 | 333 | 110 | 64 | 0 | 103 | 16 | 153 | 103 | 71 |
| Binary | 1101001 | 11011011 | 1001000 | 110100 | 0 | 1000011 | 1110 | 1101011 | 1000011 | 111001 |
Color Harmonies of #69DB48
Complementary color
Monochromatic Colors of #69DB48
Black with #69DB48
Text Example
Text Example
White with #69DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB48; }
p { color: rgb(105,219,72); }
H1.HeaderClassName
{
color: #69DB48;
}
.AnyTagClassName
{
color: #69DB48;
}
</style>
background-color css
<style>
a { background-color: #69DB48; }
a { background-color: rgb(105,219,72); }
div.DivClassName
{
background-color: #69DB48;
}
.BgClassName
{
background-color: #69DB48;
}
</style>
border-color css
<style>
span { border-color: #69DB48; }
span { border-color: rgb(105,219,72); }
td.TdClassName
{
border-color: #69DB48;
}
.TagClassName
{
border-color: #69DB48;
}
</style>