Shades of Apple #6ADA33
Tints of Apple #6ADA33
RGB
CMYK
RGB Variations
Color information
#6ADA33 (or 0x6ADA33) is known color: Apple. HEX triplet: 6A, DA and 33. RGB value is (106,218,51). Sum of RGB (Red+Green+Blue) = 106+218+51=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA33 is #9525CC. Grayscale: #A6A6A6. Windows color (decimal): -9774541 or 3398250. OLE color: 3398250.
HSL color Cylindrical-coordinate representation of color #6ADA33: hue angle of 100.24º 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 #6ADA33 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 51 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.15 |
| HSL | 100.24º | 0.69% | 0.53% | - |
| HSV(B) | 100.24º | 0.77% | 0.85% | - |
| XYZ | 31.61 | 53.45 | 11.78 | - |
| YUV | 165.47 | 63.39 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 51 | 0.51 | 0 | 0.77 | 0.15 | 100.24 | 0.69 | 0.53 |
| Hex | 6A | DA | 33 | 33 | 0 | 4D | F | 64 | 45 | 35 |
| Octal | 152 | 332 | 63 | 63 | 0 | 115 | 17 | 144 | 105 | 65 |
| Binary | 1101010 | 11011010 | 110011 | 110011 | 0 | 1001101 | 1111 | 1100100 | 1000101 | 110101 |
Color Harmonies of #6ADA33
Complementary color
Monochromatic Colors of #6ADA33
Black with #6ADA33
Text Example
Text Example
White with #6ADA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA33; }
p { color: rgb(106,218,51); }
H1.HeaderClassName
{
color: #6ADA33;
}
.AnyTagClassName
{
color: #6ADA33;
}
</style>
background-color css
<style>
a { background-color: #6ADA33; }
a { background-color: rgb(106,218,51); }
div.DivClassName
{
background-color: #6ADA33;
}
.BgClassName
{
background-color: #6ADA33;
}
</style>
border-color css
<style>
span { border-color: #6ADA33; }
span { border-color: rgb(106,218,51); }
td.TdClassName
{
border-color: #6ADA33;
}
.TagClassName
{
border-color: #6ADA33;
}
</style>