Shades of Apple #69C557
Tints of Apple #69C557
RGB
CMYK
RGB Variations
Color information
#69C557 (or 0x69C557) is known color: Apple. HEX triplet: 69, C5 and 57. RGB value is (105,197,87). Sum of RGB (Red+Green+Blue) = 105+197+87=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #69C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C557 is #963AA8. Grayscale: #9D9D9D. Windows color (decimal): -9845417 or 5752169. OLE color: 5752169.
HSL color Cylindrical-coordinate representation of color #69C557: hue angle of 110.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C557 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 87 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.23 |
| HSL | 110.18º | 0.49% | 0.56% | - |
| HSV(B) | 110.18º | 0.56% | 0.77% | - |
| XYZ | 27.51 | 43.62 | 15.99 | - |
| YUV | 156.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 87 | 0.47 | 0 | 0.56 | 0.23 | 110.18 | 0.49 | 0.56 |
| Hex | 69 | C5 | 57 | 2F | 0 | 38 | 17 | 6E | 31 | 38 |
| Octal | 151 | 305 | 127 | 57 | 0 | 70 | 27 | 156 | 61 | 70 |
| Binary | 1101001 | 11000101 | 1010111 | 101111 | 0 | 111000 | 10111 | 1101110 | 110001 | 111000 |
Color Harmonies of #69C557
Complementary color
Monochromatic Colors of #69C557
Black with #69C557
Text Example
Text Example
White with #69C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C557; }
p { color: rgb(105,197,87); }
H1.HeaderClassName
{
color: #69C557;
}
.AnyTagClassName
{
color: #69C557;
}
</style>
background-color css
<style>
a { background-color: #69C557; }
a { background-color: rgb(105,197,87); }
div.DivClassName
{
background-color: #69C557;
}
.BgClassName
{
background-color: #69C557;
}
</style>
border-color css
<style>
span { border-color: #69C557; }
span { border-color: rgb(105,197,87); }
td.TdClassName
{
border-color: #69C557;
}
.TagClassName
{
border-color: #69C557;
}
</style>