Shades of Apple #69CC49
Tints of Apple #69CC49
RGB
CMYK
RGB Variations
Color information
#69CC49 (or 0x69CC49) is known color: Apple. HEX triplet: 69, CC and 49. RGB value is (105,204,73). Sum of RGB (Red+Green+Blue) = 105+204+73=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC49 is #9633B6. Grayscale: #9F9F9F. Windows color (decimal): -9843639 or 4836457. OLE color: 4836457.
HSL color Cylindrical-coordinate representation of color #69CC49: hue angle of 105.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69CC49 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 73 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.2 |
| HSL | 105.34º | 0.56% | 0.54% | - |
| HSV(B) | 105.34º | 0.64% | 0.8% | - |
| XYZ | 28.62 | 46.67 | 13.8 | - |
| YUV | 159.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 73 | 0.49 | 0 | 0.64 | 0.2 | 105.34 | 0.56 | 0.54 |
| Hex | 69 | CC | 49 | 31 | 0 | 40 | 14 | 69 | 38 | 36 |
| Octal | 151 | 314 | 111 | 61 | 0 | 100 | 24 | 151 | 70 | 66 |
| Binary | 1101001 | 11001100 | 1001001 | 110001 | 0 | 1000000 | 10100 | 1101001 | 111000 | 110110 |
Color Harmonies of #69CC49
Complementary color
Monochromatic Colors of #69CC49
Black with #69CC49
Text Example
Text Example
White with #69CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC49; }
p { color: rgb(105,204,73); }
H1.HeaderClassName
{
color: #69CC49;
}
.AnyTagClassName
{
color: #69CC49;
}
</style>
background-color css
<style>
a { background-color: #69CC49; }
a { background-color: rgb(105,204,73); }
div.DivClassName
{
background-color: #69CC49;
}
.BgClassName
{
background-color: #69CC49;
}
</style>
border-color css
<style>
span { border-color: #69CC49; }
span { border-color: rgb(105,204,73); }
td.TdClassName
{
border-color: #69CC49;
}
.TagClassName
{
border-color: #69CC49;
}
</style>