Shades of Apple #69C249
Tints of Apple #69C249
RGB
CMYK
RGB Variations
Color information
#69C249 (or 0x69C249) is known color: Apple. HEX triplet: 69, C2 and 49. RGB value is (105,194,73). Sum of RGB (Red+Green+Blue) = 105+194+73=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #69C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C249 is #963DB6. Grayscale: #999999. Windows color (decimal): -9846199 or 4833897. OLE color: 4833897.
HSL color Cylindrical-coordinate representation of color #69C249: hue angle of 104.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69C249 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 73 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.24 |
| HSL | 104.13º | 0.5% | 0.52% | - |
| HSV(B) | 104.13º | 0.62% | 0.76% | - |
| XYZ | 26.32 | 42.07 | 13.04 | - |
| YUV | 153.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 73 | 0.46 | 0 | 0.62 | 0.24 | 104.13 | 0.5 | 0.52 |
| Hex | 69 | C2 | 49 | 2E | 0 | 3E | 18 | 68 | 32 | 34 |
| Octal | 151 | 302 | 111 | 56 | 0 | 76 | 30 | 150 | 62 | 64 |
| Binary | 1101001 | 11000010 | 1001001 | 101110 | 0 | 111110 | 11000 | 1101000 | 110010 | 110100 |
Color Harmonies of #69C249
Complementary color
Monochromatic Colors of #69C249
Black with #69C249
Text Example
Text Example
White with #69C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C249; }
p { color: rgb(105,194,73); }
H1.HeaderClassName
{
color: #69C249;
}
.AnyTagClassName
{
color: #69C249;
}
</style>
background-color css
<style>
a { background-color: #69C249; }
a { background-color: rgb(105,194,73); }
div.DivClassName
{
background-color: #69C249;
}
.BgClassName
{
background-color: #69C249;
}
</style>
border-color css
<style>
span { border-color: #69C249; }
span { border-color: rgb(105,194,73); }
td.TdClassName
{
border-color: #69C249;
}
.TagClassName
{
border-color: #69C249;
}
</style>