Shades of Apple #69C552
Tints of Apple #69C552
RGB
CMYK
RGB Variations
Color information
#69C552 (or 0x69C552) is known color: Apple. HEX triplet: 69, C5 and 52. RGB value is (105,197,82). Sum of RGB (Red+Green+Blue) = 105+197+82=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #69C552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C552 is #963AAD. Grayscale: #9C9C9C. Windows color (decimal): -9845422 or 5424489. OLE color: 5424489.
HSL color Cylindrical-coordinate representation of color #69C552: hue angle of 108º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C552 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 82 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.23 |
| HSL | 108º | 0.5% | 0.55% | - |
| HSV(B) | 108º | 0.58% | 0.77% | - |
| XYZ | 27.31 | 43.54 | 14.95 | - |
| YUV | 156.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 82 | 0.47 | 0 | 0.58 | 0.23 | 108 | 0.5 | 0.55 |
| Hex | 69 | C5 | 52 | 2F | 0 | 3A | 17 | 6C | 32 | 37 |
| Octal | 151 | 305 | 122 | 57 | 0 | 72 | 27 | 154 | 62 | 67 |
| Binary | 1101001 | 11000101 | 1010010 | 101111 | 0 | 111010 | 10111 | 1101100 | 110010 | 110111 |
Color Harmonies of #69C552
Complementary color
Monochromatic Colors of #69C552
Black with #69C552
Text Example
Text Example
White with #69C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C552; }
p { color: rgb(105,197,82); }
H1.HeaderClassName
{
color: #69C552;
}
.AnyTagClassName
{
color: #69C552;
}
</style>
background-color css
<style>
a { background-color: #69C552; }
a { background-color: rgb(105,197,82); }
div.DivClassName
{
background-color: #69C552;
}
.BgClassName
{
background-color: #69C552;
}
</style>
border-color css
<style>
span { border-color: #69C552; }
span { border-color: rgb(105,197,82); }
td.TdClassName
{
border-color: #69C552;
}
.TagClassName
{
border-color: #69C552;
}
</style>