Shades of Apple #69BE57
Tints of Apple #69BE57
RGB
CMYK
RGB Variations
Color information
#69BE57 (or 0x69BE57) is known color: Apple. HEX triplet: 69, BE and 57. RGB value is (105,190,87). Sum of RGB (Red+Green+Blue) = 105+190+87=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE57 is #9641A8. Grayscale: #999999. Windows color (decimal): -9847209 or 5750377. OLE color: 5750377.
HSL color Cylindrical-coordinate representation of color #69BE57: hue angle of 109.51º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69BE57 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 87 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.25 |
| HSL | 109.51º | 0.44% | 0.54% | - |
| HSV(B) | 109.51º | 0.54% | 0.75% | - |
| XYZ | 25.96 | 40.52 | 15.47 | - |
| YUV | 152.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 87 | 0.45 | 0 | 0.54 | 0.25 | 109.51 | 0.44 | 0.54 |
| Hex | 69 | BE | 57 | 2D | 0 | 36 | 19 | 6E | 2C | 36 |
| Octal | 151 | 276 | 127 | 55 | 0 | 66 | 31 | 156 | 54 | 66 |
| Binary | 1101001 | 10111110 | 1010111 | 101101 | 0 | 110110 | 11001 | 1101110 | 101100 | 110110 |
Color Harmonies of #69BE57
Complementary color
Monochromatic Colors of #69BE57
Black with #69BE57
Text Example
Text Example
White with #69BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE57; }
p { color: rgb(105,190,87); }
H1.HeaderClassName
{
color: #69BE57;
}
.AnyTagClassName
{
color: #69BE57;
}
</style>
background-color css
<style>
a { background-color: #69BE57; }
a { background-color: rgb(105,190,87); }
div.DivClassName
{
background-color: #69BE57;
}
.BgClassName
{
background-color: #69BE57;
}
</style>
border-color css
<style>
span { border-color: #69BE57; }
span { border-color: rgb(105,190,87); }
td.TdClassName
{
border-color: #69BE57;
}
.TagClassName
{
border-color: #69BE57;
}
</style>