Shades of Apple #69C24E
Tints of Apple #69C24E
RGB
CMYK
RGB Variations
Color information
#69C24E (or 0x69C24E) is known color: Apple. HEX triplet: 69, C2 and 4E. RGB value is (105,194,78). Sum of RGB (Red+Green+Blue) = 105+194+78=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #69C24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C24E is #963DB1. Grayscale: #9A9A9A. Windows color (decimal): -9846194 or 5161577. OLE color: 5161577.
HSL color Cylindrical-coordinate representation of color #69C24E: hue angle of 106.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69C24E is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 78 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.24 |
| HSL | 106.03º | 0.49% | 0.53% | - |
| HSV(B) | 106.03º | 0.6% | 0.76% | - |
| XYZ | 26.49 | 42.14 | 13.94 | - |
| YUV | 154.17 | 85.01 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 78 | 0.46 | 0 | 0.60 | 0.24 | 106.03 | 0.49 | 0.53 |
| Hex | 69 | C2 | 4E | 2E | 0 | 3C | 18 | 6A | 31 | 35 |
| Octal | 151 | 302 | 116 | 56 | 0 | 74 | 30 | 152 | 61 | 65 |
| Binary | 1101001 | 11000010 | 1001110 | 101110 | 0 | 111100 | 11000 | 1101010 | 110001 | 110101 |
Color Harmonies of #69C24E
Complementary color
Monochromatic Colors of #69C24E
Black with #69C24E
Text Example
Text Example
White with #69C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C24E; }
p { color: rgb(105,194,78); }
H1.HeaderClassName
{
color: #69C24E;
}
.AnyTagClassName
{
color: #69C24E;
}
</style>
background-color css
<style>
a { background-color: #69C24E; }
a { background-color: rgb(105,194,78); }
div.DivClassName
{
background-color: #69C24E;
}
.BgClassName
{
background-color: #69C24E;
}
</style>
border-color css
<style>
span { border-color: #69C24E; }
span { border-color: rgb(105,194,78); }
td.TdClassName
{
border-color: #69C24E;
}
.TagClassName
{
border-color: #69C24E;
}
</style>