Shades of Apple #6ADE2F
Tints of Apple #6ADE2F
RGB
CMYK
RGB Variations
Color information
#6ADE2F (or 0x6ADE2F) is known color: Apple. HEX triplet: 6A, DE and 2F. RGB value is (106,222,47). Sum of RGB (Red+Green+Blue) = 106+222+47=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE2F is #9521D0. Grayscale: #A7A7A7. Windows color (decimal): -9773521 or 3137130. OLE color: 3137130.
HSL color Cylindrical-coordinate representation of color #6ADE2F: hue angle of 99.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ADE2F is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 47 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.13 |
| HSL | 99.77º | 0.73% | 0.53% | - |
| HSV(B) | 99.77º | 0.79% | 0.87% | - |
| XYZ | 32.58 | 55.51 | 11.69 | - |
| YUV | 167.37 | 60.07 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 47 | 0.52 | 0 | 0.79 | 0.13 | 99.77 | 0.73 | 0.53 |
| Hex | 6A | DE | 2F | 34 | 0 | 4F | D | 64 | 49 | 35 |
| Octal | 152 | 336 | 57 | 64 | 0 | 117 | 15 | 144 | 111 | 65 |
| Binary | 1101010 | 11011110 | 101111 | 110100 | 0 | 1001111 | 1101 | 1100100 | 1001001 | 110101 |
Color Harmonies of #6ADE2F
Complementary color
Monochromatic Colors of #6ADE2F
Black with #6ADE2F
Text Example
Text Example
White with #6ADE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE2F; }
p { color: rgb(106,222,47); }
H1.HeaderClassName
{
color: #6ADE2F;
}
.AnyTagClassName
{
color: #6ADE2F;
}
</style>
background-color css
<style>
a { background-color: #6ADE2F; }
a { background-color: rgb(106,222,47); }
div.DivClassName
{
background-color: #6ADE2F;
}
.BgClassName
{
background-color: #6ADE2F;
}
</style>
border-color css
<style>
span { border-color: #6ADE2F; }
span { border-color: rgb(106,222,47); }
td.TdClassName
{
border-color: #6ADE2F;
}
.TagClassName
{
border-color: #6ADE2F;
}
</style>