Shades of Apple #69CB55
Tints of Apple #69CB55
RGB
CMYK
RGB Variations
Color information
#69CB55 (or 0x69CB55) is known color: Apple. HEX triplet: 69, CB and 55. RGB value is (105,203,85). Sum of RGB (Red+Green+Blue) = 105+203+85=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB55 is #9634AA. Grayscale: #A0A0A0. Windows color (decimal): -9843883 or 5622633. OLE color: 5622633.
HSL color Cylindrical-coordinate representation of color #69CB55: hue angle of 109.83º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69CB55 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 85 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.20 |
| HSL | 109.83º | 0.53% | 0.56% | - |
| HSV(B) | 109.83º | 0.58% | 0.8% | - |
| XYZ | 28.82 | 46.37 | 16.03 | - |
| YUV | 160.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 85 | 0.48 | 0 | 0.58 | 0.20 | 109.83 | 0.53 | 0.56 |
| Hex | 69 | CB | 55 | 30 | 0 | 3A | 14 | 6E | 35 | 38 |
| Octal | 151 | 313 | 125 | 60 | 0 | 72 | 24 | 156 | 65 | 70 |
| Binary | 1101001 | 11001011 | 1010101 | 110000 | 0 | 111010 | 10100 | 1101110 | 110101 | 111000 |
Color Harmonies of #69CB55
Complementary color
Monochromatic Colors of #69CB55
Black with #69CB55
Text Example
Text Example
White with #69CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB55; }
p { color: rgb(105,203,85); }
H1.HeaderClassName
{
color: #69CB55;
}
.AnyTagClassName
{
color: #69CB55;
}
</style>
background-color css
<style>
a { background-color: #69CB55; }
a { background-color: rgb(105,203,85); }
div.DivClassName
{
background-color: #69CB55;
}
.BgClassName
{
background-color: #69CB55;
}
</style>
border-color css
<style>
span { border-color: #69CB55; }
span { border-color: rgb(105,203,85); }
td.TdClassName
{
border-color: #69CB55;
}
.TagClassName
{
border-color: #69CB55;
}
</style>