Shades of Apple #69C02D
Tints of Apple #69C02D
RGB
CMYK
RGB Variations
Color information
#69C02D (or 0x69C02D) is known color: Apple. HEX triplet: 69, C0 and 2D. RGB value is (105,192,45). Sum of RGB (Red+Green+Blue) = 105+192+45=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #69C02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C02D is #963FD2. Grayscale: #959595. Windows color (decimal): -9846739 or 2998377. OLE color: 2998377.
HSL color Cylindrical-coordinate representation of color #69C02D: hue angle of 95.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69C02D is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 45 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.25 |
| HSL | 95.51º | 0.62% | 0.46% | - |
| HSV(B) | 95.51º | 0.77% | 0.75% | - |
| XYZ | 25.15 | 40.89 | 9.05 | - |
| YUV | 149.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 45 | 0.45 | 0 | 0.77 | 0.25 | 95.51 | 0.62 | 0.46 |
| Hex | 69 | C0 | 2D | 2D | 0 | 4D | 19 | 60 | 3E | 2E |
| Octal | 151 | 300 | 55 | 55 | 0 | 115 | 31 | 140 | 76 | 56 |
| Binary | 1101001 | 11000000 | 101101 | 101101 | 0 | 1001101 | 11001 | 1100000 | 111110 | 101110 |
Color Harmonies of #69C02D
Complementary color
Monochromatic Colors of #69C02D
Black with #69C02D
Text Example
Text Example
White with #69C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C02D; }
p { color: rgb(105,192,45); }
H1.HeaderClassName
{
color: #69C02D;
}
.AnyTagClassName
{
color: #69C02D;
}
</style>
background-color css
<style>
a { background-color: #69C02D; }
a { background-color: rgb(105,192,45); }
div.DivClassName
{
background-color: #69C02D;
}
.BgClassName
{
background-color: #69C02D;
}
</style>
border-color css
<style>
span { border-color: #69C02D; }
span { border-color: rgb(105,192,45); }
td.TdClassName
{
border-color: #69C02D;
}
.TagClassName
{
border-color: #69C02D;
}
</style>