Shades of Apple #69D244
Tints of Apple #69D244
RGB
CMYK
RGB Variations
Color information
#69D244 (or 0x69D244) is known color: Apple. HEX triplet: 69, D2 and 44. RGB value is (105,210,68). Sum of RGB (Red+Green+Blue) = 105+210+68=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #69D244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D244 is #962DBB. Grayscale: #A2A2A2. Windows color (decimal): -9842108 or 4510313. OLE color: 4510313.
HSL color Cylindrical-coordinate representation of color #69D244: hue angle of 104.37º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69D244 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 68 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.18 |
| HSL | 104.37º | 0.61% | 0.55% | - |
| HSV(B) | 104.37º | 0.68% | 0.82% | - |
| XYZ | 29.92 | 49.51 | 13.45 | - |
| YUV | 162.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 68 | 0.50 | 0 | 0.68 | 0.18 | 104.37 | 0.61 | 0.55 |
| Hex | 69 | D2 | 44 | 32 | 0 | 44 | 12 | 68 | 3D | 37 |
| Octal | 151 | 322 | 104 | 62 | 0 | 104 | 22 | 150 | 75 | 67 |
| Binary | 1101001 | 11010010 | 1000100 | 110010 | 0 | 1000100 | 10010 | 1101000 | 111101 | 110111 |
Color Harmonies of #69D244
Complementary color
Monochromatic Colors of #69D244
Black with #69D244
Text Example
Text Example
White with #69D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D244; }
p { color: rgb(105,210,68); }
H1.HeaderClassName
{
color: #69D244;
}
.AnyTagClassName
{
color: #69D244;
}
</style>
background-color css
<style>
a { background-color: #69D244; }
a { background-color: rgb(105,210,68); }
div.DivClassName
{
background-color: #69D244;
}
.BgClassName
{
background-color: #69D244;
}
</style>
border-color css
<style>
span { border-color: #69D244; }
span { border-color: rgb(105,210,68); }
td.TdClassName
{
border-color: #69D244;
}
.TagClassName
{
border-color: #69D244;
}
</style>