Shades of Apple #69BC57
Tints of Apple #69BC57
RGB
CMYK
RGB Variations
Color information
#69BC57 (or 0x69BC57) is known color: Apple. HEX triplet: 69, BC and 57. RGB value is (105,188,87). Sum of RGB (Red+Green+Blue) = 105+188+87=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC57 is #9643A8. Grayscale: #979797. Windows color (decimal): -9847721 or 5749865. OLE color: 5749865.
HSL color Cylindrical-coordinate representation of color #69BC57: hue angle of 109.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69BC57 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 87 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.26 |
| HSL | 109.31º | 0.43% | 0.54% | - |
| HSV(B) | 109.31º | 0.54% | 0.74% | - |
| XYZ | 25.53 | 39.66 | 15.33 | - |
| YUV | 151.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 87 | 0.44 | 0 | 0.54 | 0.26 | 109.31 | 0.43 | 0.54 |
| Hex | 69 | BC | 57 | 2C | 0 | 36 | 1A | 6D | 2B | 36 |
| Octal | 151 | 274 | 127 | 54 | 0 | 66 | 32 | 155 | 53 | 66 |
| Binary | 1101001 | 10111100 | 1010111 | 101100 | 0 | 110110 | 11010 | 1101101 | 101011 | 110110 |
Color Harmonies of #69BC57
Complementary color
Monochromatic Colors of #69BC57
Black with #69BC57
Text Example
Text Example
White with #69BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC57; }
p { color: rgb(105,188,87); }
H1.HeaderClassName
{
color: #69BC57;
}
.AnyTagClassName
{
color: #69BC57;
}
</style>
background-color css
<style>
a { background-color: #69BC57; }
a { background-color: rgb(105,188,87); }
div.DivClassName
{
background-color: #69BC57;
}
.BgClassName
{
background-color: #69BC57;
}
</style>
border-color css
<style>
span { border-color: #69BC57; }
span { border-color: rgb(105,188,87); }
td.TdClassName
{
border-color: #69BC57;
}
.TagClassName
{
border-color: #69BC57;
}
</style>