Shades of Apple #69CE46
Tints of Apple #69CE46
RGB
CMYK
RGB Variations
Color information
#69CE46 (or 0x69CE46) is known color: Apple. HEX triplet: 69, CE and 46. RGB value is (105,206,70). Sum of RGB (Red+Green+Blue) = 105+206+70=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CE46 is #9631B9. Grayscale: #A0A0A0. Windows color (decimal): -9843130 or 4640361. OLE color: 4640361.
HSL color Cylindrical-coordinate representation of color #69CE46: hue angle of 104.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69CE46 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 70 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.19 |
| HSL | 104.56º | 0.58% | 0.54% | - |
| HSV(B) | 104.56º | 0.66% | 0.81% | - |
| XYZ | 29 | 47.59 | 13.45 | - |
| YUV | 160.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 70 | 0.49 | 0 | 0.66 | 0.19 | 104.56 | 0.58 | 0.54 |
| Hex | 69 | CE | 46 | 31 | 0 | 42 | 13 | 69 | 3A | 36 |
| Octal | 151 | 316 | 106 | 61 | 0 | 102 | 23 | 151 | 72 | 66 |
| Binary | 1101001 | 11001110 | 1000110 | 110001 | 0 | 1000010 | 10011 | 1101001 | 111010 | 110110 |
Color Harmonies of #69CE46
Complementary color
Monochromatic Colors of #69CE46
Black with #69CE46
Text Example
Text Example
White with #69CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CE46; }
p { color: rgb(105,206,70); }
H1.HeaderClassName
{
color: #69CE46;
}
.AnyTagClassName
{
color: #69CE46;
}
</style>
background-color css
<style>
a { background-color: #69CE46; }
a { background-color: rgb(105,206,70); }
div.DivClassName
{
background-color: #69CE46;
}
.BgClassName
{
background-color: #69CE46;
}
</style>
border-color css
<style>
span { border-color: #69CE46; }
span { border-color: rgb(105,206,70); }
td.TdClassName
{
border-color: #69CE46;
}
.TagClassName
{
border-color: #69CE46;
}
</style>