Shades of Apple #6ADA32
Tints of Apple #6ADA32
RGB
CMYK
RGB Variations
Color information
#6ADA32 (or 0x6ADA32) is known color: Apple. HEX triplet: 6A, DA and 32. RGB value is (106,218,50). Sum of RGB (Red+Green+Blue) = 106+218+50=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA32 is #9525CD. Grayscale: #A5A5A5. Windows color (decimal): -9774542 or 3332714. OLE color: 3332714.
HSL color Cylindrical-coordinate representation of color #6ADA32: hue angle of 100º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ADA32 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 50 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.15 |
| HSL | 100º | 0.69% | 0.53% | - |
| HSV(B) | 100º | 0.77% | 0.85% | - |
| XYZ | 31.59 | 53.44 | 11.67 | - |
| YUV | 165.36 | 62.89 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 50 | 0.51 | 0 | 0.77 | 0.15 | 100 | 0.69 | 0.53 |
| Hex | 6A | DA | 32 | 33 | 0 | 4D | F | 64 | 45 | 35 |
| Octal | 152 | 332 | 62 | 63 | 0 | 115 | 17 | 144 | 105 | 65 |
| Binary | 1101010 | 11011010 | 110010 | 110011 | 0 | 1001101 | 1111 | 1100100 | 1000101 | 110101 |
Color Harmonies of #6ADA32
Complementary color
Monochromatic Colors of #6ADA32
Black with #6ADA32
Text Example
Text Example
White with #6ADA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA32; }
p { color: rgb(106,218,50); }
H1.HeaderClassName
{
color: #6ADA32;
}
.AnyTagClassName
{
color: #6ADA32;
}
</style>
background-color css
<style>
a { background-color: #6ADA32; }
a { background-color: rgb(106,218,50); }
div.DivClassName
{
background-color: #6ADA32;
}
.BgClassName
{
background-color: #6ADA32;
}
</style>
border-color css
<style>
span { border-color: #6ADA32; }
span { border-color: rgb(106,218,50); }
td.TdClassName
{
border-color: #6ADA32;
}
.TagClassName
{
border-color: #6ADA32;
}
</style>