Shades of Apple #69BE53
Tints of Apple #69BE53
RGB
CMYK
RGB Variations
Color information
#69BE53 (or 0x69BE53) is known color: Apple. HEX triplet: 69, BE and 53. RGB value is (105,190,83). Sum of RGB (Red+Green+Blue) = 105+190+83=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE53 is #9641AC. Grayscale: #989898. Windows color (decimal): -9847213 or 5488233. OLE color: 5488233.
HSL color Cylindrical-coordinate representation of color #69BE53: hue angle of 107.66º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69BE53 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 83 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.25 |
| HSL | 107.66º | 0.45% | 0.54% | - |
| HSV(B) | 107.66º | 0.56% | 0.75% | - |
| XYZ | 25.8 | 40.45 | 14.63 | - |
| YUV | 152.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 83 | 0.45 | 0 | 0.56 | 0.25 | 107.66 | 0.45 | 0.54 |
| Hex | 69 | BE | 53 | 2D | 0 | 38 | 19 | 6C | 2D | 36 |
| Octal | 151 | 276 | 123 | 55 | 0 | 70 | 31 | 154 | 55 | 66 |
| Binary | 1101001 | 10111110 | 1010011 | 101101 | 0 | 111000 | 11001 | 1101100 | 101101 | 110110 |
Color Harmonies of #69BE53
Complementary color
Monochromatic Colors of #69BE53
Black with #69BE53
Text Example
Text Example
White with #69BE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE53; }
p { color: rgb(105,190,83); }
H1.HeaderClassName
{
color: #69BE53;
}
.AnyTagClassName
{
color: #69BE53;
}
</style>
background-color css
<style>
a { background-color: #69BE53; }
a { background-color: rgb(105,190,83); }
div.DivClassName
{
background-color: #69BE53;
}
.BgClassName
{
background-color: #69BE53;
}
</style>
border-color css
<style>
span { border-color: #69BE53; }
span { border-color: rgb(105,190,83); }
td.TdClassName
{
border-color: #69BE53;
}
.TagClassName
{
border-color: #69BE53;
}
</style>