Shades of Apple #69C853
Tints of Apple #69C853
RGB
CMYK
RGB Variations
Color information
#69C853 (or 0x69C853) is known color: Apple. HEX triplet: 69, C8 and 53. RGB value is (105,200,83). Sum of RGB (Red+Green+Blue) = 105+200+83=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #69C853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C853 is #9637AC. Grayscale: #9E9E9E. Windows color (decimal): -9844653 or 5490793. OLE color: 5490793.
HSL color Cylindrical-coordinate representation of color #69C853: hue angle of 108.72º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C853 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 83 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.22 |
| HSL | 108.72º | 0.52% | 0.55% | - |
| HSV(B) | 108.72º | 0.59% | 0.78% | - |
| XYZ | 28.04 | 44.94 | 15.38 | - |
| YUV | 158.26 | 85.53 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 83 | 0.48 | 0 | 0.58 | 0.22 | 108.72 | 0.52 | 0.55 |
| Hex | 69 | C8 | 53 | 30 | 0 | 3A | 16 | 6D | 34 | 37 |
| Octal | 151 | 310 | 123 | 60 | 0 | 72 | 26 | 155 | 64 | 67 |
| Binary | 1101001 | 11001000 | 1010011 | 110000 | 0 | 111010 | 10110 | 1101101 | 110100 | 110111 |
Color Harmonies of #69C853
Complementary color
Monochromatic Colors of #69C853
Black with #69C853
Text Example
Text Example
White with #69C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C853; }
p { color: rgb(105,200,83); }
H1.HeaderClassName
{
color: #69C853;
}
.AnyTagClassName
{
color: #69C853;
}
</style>
background-color css
<style>
a { background-color: #69C853; }
a { background-color: rgb(105,200,83); }
div.DivClassName
{
background-color: #69C853;
}
.BgClassName
{
background-color: #69C853;
}
</style>
border-color css
<style>
span { border-color: #69C853; }
span { border-color: rgb(105,200,83); }
td.TdClassName
{
border-color: #69C853;
}
.TagClassName
{
border-color: #69C853;
}
</style>