Shades of Apple #6ADF40
Tints of Apple #6ADF40
RGB
CMYK
RGB Variations
Color information
#6ADF40 (or 0x6ADF40) is known color: Apple. HEX triplet: 6A, DF and 40. RGB value is (106,223,64). Sum of RGB (Red+Green+Blue) = 106+223+64=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADF40 is #9520BF. Grayscale: #AAAAAA. Windows color (decimal): -9773248 or 4251498. OLE color: 4251498.
HSL color Cylindrical-coordinate representation of color #6ADF40: hue angle of 104.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6ADF40 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 64 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.13 |
| HSL | 104.15º | 0.71% | 0.56% | - |
| HSV(B) | 104.15º | 0.71% | 0.87% | - |
| XYZ | 33.26 | 56.21 | 13.95 | - |
| YUV | 169.89 | 68.24 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 64 | 0.52 | 0 | 0.71 | 0.13 | 104.15 | 0.71 | 0.56 |
| Hex | 6A | DF | 40 | 34 | 0 | 47 | D | 68 | 47 | 38 |
| Octal | 152 | 337 | 100 | 64 | 0 | 107 | 15 | 150 | 107 | 70 |
| Binary | 1101010 | 11011111 | 1000000 | 110100 | 0 | 1000111 | 1101 | 1101000 | 1000111 | 111000 |
Color Harmonies of #6ADF40
Complementary color
Monochromatic Colors of #6ADF40
Black with #6ADF40
Text Example
Text Example
White with #6ADF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF40; }
p { color: rgb(106,223,64); }
H1.HeaderClassName
{
color: #6ADF40;
}
.AnyTagClassName
{
color: #6ADF40;
}
</style>
background-color css
<style>
a { background-color: #6ADF40; }
a { background-color: rgb(106,223,64); }
div.DivClassName
{
background-color: #6ADF40;
}
.BgClassName
{
background-color: #6ADF40;
}
</style>
border-color css
<style>
span { border-color: #6ADF40; }
span { border-color: rgb(106,223,64); }
td.TdClassName
{
border-color: #6ADF40;
}
.TagClassName
{
border-color: #6ADF40;
}
</style>