Shades of Apple #69D145
Tints of Apple #69D145
RGB
CMYK
RGB Variations
Color information
#69D145 (or 0x69D145) is known color: Apple. HEX triplet: 69, D1 and 45. RGB value is (105,209,69). Sum of RGB (Red+Green+Blue) = 105+209+69=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #69D145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D145 is #962EBA. Grayscale: #A2A2A2. Windows color (decimal): -9842363 or 4575593. OLE color: 4575593.
HSL color Cylindrical-coordinate representation of color #69D145: hue angle of 104.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69D145 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 209 | 69 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.18 |
| HSL | 104.57º | 0.6% | 0.55% | - |
| HSV(B) | 104.57º | 0.67% | 0.82% | - |
| XYZ | 29.7 | 49.03 | 13.53 | - |
| YUV | 161.94 | 75.54 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 209 | 69 | 0.50 | 0 | 0.67 | 0.18 | 104.57 | 0.6 | 0.55 |
| Hex | 69 | D1 | 45 | 32 | 0 | 43 | 12 | 69 | 3C | 37 |
| Octal | 151 | 321 | 105 | 62 | 0 | 103 | 22 | 151 | 74 | 67 |
| Binary | 1101001 | 11010001 | 1000101 | 110010 | 0 | 1000011 | 10010 | 1101001 | 111100 | 110111 |
Color Harmonies of #69D145
Complementary color
Monochromatic Colors of #69D145
Black with #69D145
Text Example
Text Example
White with #69D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D145; }
p { color: rgb(105,209,69); }
H1.HeaderClassName
{
color: #69D145;
}
.AnyTagClassName
{
color: #69D145;
}
</style>
background-color css
<style>
a { background-color: #69D145; }
a { background-color: rgb(105,209,69); }
div.DivClassName
{
background-color: #69D145;
}
.BgClassName
{
background-color: #69D145;
}
</style>
border-color css
<style>
span { border-color: #69D145; }
span { border-color: rgb(105,209,69); }
td.TdClassName
{
border-color: #69D145;
}
.TagClassName
{
border-color: #69D145;
}
</style>