Shades of Apple #69C551
Tints of Apple #69C551
RGB
CMYK
RGB Variations
Color information
#69C551 (or 0x69C551) is known color: Apple. HEX triplet: 69, C5 and 51. RGB value is (105,197,81). Sum of RGB (Red+Green+Blue) = 105+197+81=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #69C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C551 is #963AAE. Grayscale: #9C9C9C. Windows color (decimal): -9845423 or 5358953. OLE color: 5358953.
HSL color Cylindrical-coordinate representation of color #69C551: hue angle of 107.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C551 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 81 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.23 |
| HSL | 107.59º | 0.5% | 0.55% | - |
| HSV(B) | 107.59º | 0.59% | 0.77% | - |
| XYZ | 27.28 | 43.53 | 14.75 | - |
| YUV | 156.27 | 85.52 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 81 | 0.47 | 0 | 0.59 | 0.23 | 107.59 | 0.5 | 0.55 |
| Hex | 69 | C5 | 51 | 2F | 0 | 3B | 17 | 6C | 32 | 37 |
| Octal | 151 | 305 | 121 | 57 | 0 | 73 | 27 | 154 | 62 | 67 |
| Binary | 1101001 | 11000101 | 1010001 | 101111 | 0 | 111011 | 10111 | 1101100 | 110010 | 110111 |
Color Harmonies of #69C551
Complementary color
Monochromatic Colors of #69C551
Black with #69C551
Text Example
Text Example
White with #69C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C551; }
p { color: rgb(105,197,81); }
H1.HeaderClassName
{
color: #69C551;
}
.AnyTagClassName
{
color: #69C551;
}
</style>
background-color css
<style>
a { background-color: #69C551; }
a { background-color: rgb(105,197,81); }
div.DivClassName
{
background-color: #69C551;
}
.BgClassName
{
background-color: #69C551;
}
</style>
border-color css
<style>
span { border-color: #69C551; }
span { border-color: rgb(105,197,81); }
td.TdClassName
{
border-color: #69C551;
}
.TagClassName
{
border-color: #69C551;
}
</style>