Shades of Apple #69CE51
Tints of Apple #69CE51
RGB
CMYK
RGB Variations
Color information
#69CE51 (or 0x69CE51) is known color: Apple. HEX triplet: 69, CE and 51. RGB value is (105,206,81). Sum of RGB (Red+Green+Blue) = 105+206+81=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE51 is #9631AE. Grayscale: #A1A1A1. Windows color (decimal): -9843119 or 5361257. OLE color: 5361257.
HSL color Cylindrical-coordinate representation of color #69CE51: hue angle of 108.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69CE51 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 81 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.19 |
| HSL | 108.48º | 0.56% | 0.56% | - |
| HSV(B) | 108.48º | 0.61% | 0.81% | - |
| XYZ | 29.38 | 47.74 | 15.45 | - |
| YUV | 161.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 81 | 0.49 | 0 | 0.61 | 0.19 | 108.48 | 0.56 | 0.56 |
| Hex | 69 | CE | 51 | 31 | 0 | 3D | 13 | 6C | 38 | 38 |
| Octal | 151 | 316 | 121 | 61 | 0 | 75 | 23 | 154 | 70 | 70 |
| Binary | 1101001 | 11001110 | 1010001 | 110001 | 0 | 111101 | 10011 | 1101100 | 111000 | 111000 |
Color Harmonies of #69CE51
Complementary color
Monochromatic Colors of #69CE51
Black with #69CE51
Text Example
Text Example
White with #69CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CE51; }
p { color: rgb(105,206,81); }
H1.HeaderClassName
{
color: #69CE51;
}
.AnyTagClassName
{
color: #69CE51;
}
</style>
background-color css
<style>
a { background-color: #69CE51; }
a { background-color: rgb(105,206,81); }
div.DivClassName
{
background-color: #69CE51;
}
.BgClassName
{
background-color: #69CE51;
}
</style>
border-color css
<style>
span { border-color: #69CE51; }
span { border-color: rgb(105,206,81); }
td.TdClassName
{
border-color: #69CE51;
}
.TagClassName
{
border-color: #69CE51;
}
</style>