Shades of Apple #6ADB41
Tints of Apple #6ADB41
RGB
CMYK
RGB Variations
Color information
#6ADB41 (or 0x6ADB41) is known color: Apple. HEX triplet: 6A, DB and 41. RGB value is (106,219,65). Sum of RGB (Red+Green+Blue) = 106+219+65=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB41 is #9524BE. Grayscale: #A8A8A8. Windows color (decimal): -9774271 or 4316010. OLE color: 4316010.
HSL color Cylindrical-coordinate representation of color #6ADB41: hue angle of 104.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6ADB41 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 65 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.14 |
| HSL | 104.03º | 0.68% | 0.56% | - |
| HSV(B) | 104.03º | 0.7% | 0.86% | - |
| XYZ | 32.23 | 54.11 | 13.75 | - |
| YUV | 167.66 | 70.06 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 65 | 0.52 | 0 | 0.70 | 0.14 | 104.03 | 0.68 | 0.56 |
| Hex | 6A | DB | 41 | 34 | 0 | 46 | E | 68 | 44 | 38 |
| Octal | 152 | 333 | 101 | 64 | 0 | 106 | 16 | 150 | 104 | 70 |
| Binary | 1101010 | 11011011 | 1000001 | 110100 | 0 | 1000110 | 1110 | 1101000 | 1000100 | 111000 |
Color Harmonies of #6ADB41
Complementary color
Monochromatic Colors of #6ADB41
Black with #6ADB41
Text Example
Text Example
White with #6ADB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB41; }
p { color: rgb(106,219,65); }
H1.HeaderClassName
{
color: #6ADB41;
}
.AnyTagClassName
{
color: #6ADB41;
}
</style>
background-color css
<style>
a { background-color: #6ADB41; }
a { background-color: rgb(106,219,65); }
div.DivClassName
{
background-color: #6ADB41;
}
.BgClassName
{
background-color: #6ADB41;
}
</style>
border-color css
<style>
span { border-color: #6ADB41; }
span { border-color: rgb(106,219,65); }
td.TdClassName
{
border-color: #6ADB41;
}
.TagClassName
{
border-color: #6ADB41;
}
</style>