Shades of Apple #69C84D
Tints of Apple #69C84D
RGB
CMYK
RGB Variations
Color information
#69C84D (or 0x69C84D) is known color: Apple. HEX triplet: 69, C8 and 4D. RGB value is (105,200,77). Sum of RGB (Red+Green+Blue) = 105+200+77=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #69C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C84D is #9637B2. Grayscale: #9D9D9D. Windows color (decimal): -9844659 or 5097577. OLE color: 5097577.
HSL color Cylindrical-coordinate representation of color #69C84D: hue angle of 106.34º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69C84D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 77 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.22 |
| HSL | 106.34º | 0.53% | 0.54% | - |
| HSV(B) | 106.34º | 0.62% | 0.78% | - |
| XYZ | 27.82 | 44.85 | 14.21 | - |
| YUV | 157.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 77 | 0.48 | 0 | 0.62 | 0.22 | 106.34 | 0.53 | 0.54 |
| Hex | 69 | C8 | 4D | 30 | 0 | 3E | 16 | 6A | 35 | 36 |
| Octal | 151 | 310 | 115 | 60 | 0 | 76 | 26 | 152 | 65 | 66 |
| Binary | 1101001 | 11001000 | 1001101 | 110000 | 0 | 111110 | 10110 | 1101010 | 110101 | 110110 |
Color Harmonies of #69C84D
Complementary color
Monochromatic Colors of #69C84D
Black with #69C84D
Text Example
Text Example
White with #69C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C84D; }
p { color: rgb(105,200,77); }
H1.HeaderClassName
{
color: #69C84D;
}
.AnyTagClassName
{
color: #69C84D;
}
</style>
background-color css
<style>
a { background-color: #69C84D; }
a { background-color: rgb(105,200,77); }
div.DivClassName
{
background-color: #69C84D;
}
.BgClassName
{
background-color: #69C84D;
}
</style>
border-color css
<style>
span { border-color: #69C84D; }
span { border-color: rgb(105,200,77); }
td.TdClassName
{
border-color: #69C84D;
}
.TagClassName
{
border-color: #69C84D;
}
</style>