Shades of Apple #69C852
Tints of Apple #69C852
RGB
CMYK
RGB Variations
Color information
#69C852 (or 0x69C852) is known color: Apple. HEX triplet: 69, C8 and 52. RGB value is (105,200,82). Sum of RGB (Red+Green+Blue) = 105+200+82=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #69C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C852 is #9637AD. Grayscale: #9E9E9E. Windows color (decimal): -9844654 or 5425257. OLE color: 5425257.
HSL color Cylindrical-coordinate representation of color #69C852: hue angle of 108.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C852 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 82 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.22 |
| HSL | 108.31º | 0.52% | 0.55% | - |
| HSV(B) | 108.31º | 0.59% | 0.78% | - |
| XYZ | 28 | 44.92 | 15.18 | - |
| YUV | 158.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 82 | 0.48 | 0 | 0.59 | 0.22 | 108.31 | 0.52 | 0.55 |
| Hex | 69 | C8 | 52 | 30 | 0 | 3B | 16 | 6C | 34 | 37 |
| Octal | 151 | 310 | 122 | 60 | 0 | 73 | 26 | 154 | 64 | 67 |
| Binary | 1101001 | 11001000 | 1010010 | 110000 | 0 | 111011 | 10110 | 1101100 | 110100 | 110111 |
Color Harmonies of #69C852
Complementary color
Monochromatic Colors of #69C852
Black with #69C852
Text Example
Text Example
White with #69C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C852; }
p { color: rgb(105,200,82); }
H1.HeaderClassName
{
color: #69C852;
}
.AnyTagClassName
{
color: #69C852;
}
</style>
background-color css
<style>
a { background-color: #69C852; }
a { background-color: rgb(105,200,82); }
div.DivClassName
{
background-color: #69C852;
}
.BgClassName
{
background-color: #69C852;
}
</style>
border-color css
<style>
span { border-color: #69C852; }
span { border-color: rgb(105,200,82); }
td.TdClassName
{
border-color: #69C852;
}
.TagClassName
{
border-color: #69C852;
}
</style>