Shades of Apple #69BD50
Tints of Apple #69BD50
RGB
CMYK
RGB Variations
Color information
#69BD50 (or 0x69BD50) is known color: Apple. HEX triplet: 69, BD and 50. RGB value is (105,189,80). Sum of RGB (Red+Green+Blue) = 105+189+80=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD50 is #9642AF. Grayscale: #979797. Windows color (decimal): -9847472 or 5291369. OLE color: 5291369.
HSL color Cylindrical-coordinate representation of color #69BD50: hue angle of 106.24º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69BD50 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 80 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.26 |
| HSL | 106.24º | 0.45% | 0.53% | - |
| HSV(B) | 106.24º | 0.58% | 0.74% | - |
| XYZ | 25.47 | 39.98 | 13.96 | - |
| YUV | 151.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 80 | 0.44 | 0 | 0.58 | 0.26 | 106.24 | 0.45 | 0.53 |
| Hex | 69 | BD | 50 | 2C | 0 | 3A | 1A | 6A | 2D | 35 |
| Octal | 151 | 275 | 120 | 54 | 0 | 72 | 32 | 152 | 55 | 65 |
| Binary | 1101001 | 10111101 | 1010000 | 101100 | 0 | 111010 | 11010 | 1101010 | 101101 | 110101 |
Color Harmonies of #69BD50
Complementary color
Monochromatic Colors of #69BD50
Black with #69BD50
Text Example
Text Example
White with #69BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BD50; }
p { color: rgb(105,189,80); }
H1.HeaderClassName
{
color: #69BD50;
}
.AnyTagClassName
{
color: #69BD50;
}
</style>
background-color css
<style>
a { background-color: #69BD50; }
a { background-color: rgb(105,189,80); }
div.DivClassName
{
background-color: #69BD50;
}
.BgClassName
{
background-color: #69BD50;
}
</style>
border-color css
<style>
span { border-color: #69BD50; }
span { border-color: rgb(105,189,80); }
td.TdClassName
{
border-color: #69BD50;
}
.TagClassName
{
border-color: #69BD50;
}
</style>