Shades of Apple #6ADA37
Tints of Apple #6ADA37
RGB
CMYK
RGB Variations
Color information
#6ADA37 (or 0x6ADA37) is known color: Apple. HEX triplet: 6A, DA and 37. RGB value is (106,218,55). Sum of RGB (Red+Green+Blue) = 106+218+55=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA37 is #9525C8. Grayscale: #A6A6A6. Windows color (decimal): -9774537 or 3660394. OLE color: 3660394.
HSL color Cylindrical-coordinate representation of color #6ADA37: hue angle of 101.23º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ADA37 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 55 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.15 |
| HSL | 101.23º | 0.69% | 0.54% | - |
| HSV(B) | 101.23º | 0.75% | 0.85% | - |
| XYZ | 31.7 | 53.48 | 12.27 | - |
| YUV | 165.93 | 65.39 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 55 | 0.51 | 0 | 0.75 | 0.15 | 101.23 | 0.69 | 0.54 |
| Hex | 6A | DA | 37 | 33 | 0 | 4B | F | 65 | 45 | 36 |
| Octal | 152 | 332 | 67 | 63 | 0 | 113 | 17 | 145 | 105 | 66 |
| Binary | 1101010 | 11011010 | 110111 | 110011 | 0 | 1001011 | 1111 | 1100101 | 1000101 | 110110 |
Color Harmonies of #6ADA37
Complementary color
Monochromatic Colors of #6ADA37
Black with #6ADA37
Text Example
Text Example
White with #6ADA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA37; }
p { color: rgb(106,218,55); }
H1.HeaderClassName
{
color: #6ADA37;
}
.AnyTagClassName
{
color: #6ADA37;
}
</style>
background-color css
<style>
a { background-color: #6ADA37; }
a { background-color: rgb(106,218,55); }
div.DivClassName
{
background-color: #6ADA37;
}
.BgClassName
{
background-color: #6ADA37;
}
</style>
border-color css
<style>
span { border-color: #6ADA37; }
span { border-color: rgb(106,218,55); }
td.TdClassName
{
border-color: #6ADA37;
}
.TagClassName
{
border-color: #6ADA37;
}
</style>