Shades of Apple #6ADC40
Tints of Apple #6ADC40
RGB
CMYK
RGB Variations
Color information
#6ADC40 (or 0x6ADC40) is known color: Apple. HEX triplet: 6A, DC and 40. RGB value is (106,220,64). Sum of RGB (Red+Green+Blue) = 106+220+64=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC40 is #9523BF. Grayscale: #A8A8A8. Windows color (decimal): -9774016 or 4250730. OLE color: 4250730.
HSL color Cylindrical-coordinate representation of color #6ADC40: hue angle of 103.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6ADC40 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 64 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.14 |
| HSL | 103.85º | 0.69% | 0.56% | - |
| HSV(B) | 103.85º | 0.71% | 0.86% | - |
| XYZ | 32.46 | 54.62 | 13.68 | - |
| YUV | 168.13 | 69.23 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 64 | 0.52 | 0 | 0.71 | 0.14 | 103.85 | 0.69 | 0.56 |
| Hex | 6A | DC | 40 | 34 | 0 | 47 | E | 68 | 45 | 38 |
| Octal | 152 | 334 | 100 | 64 | 0 | 107 | 16 | 150 | 105 | 70 |
| Binary | 1101010 | 11011100 | 1000000 | 110100 | 0 | 1000111 | 1110 | 1101000 | 1000101 | 111000 |
Color Harmonies of #6ADC40
Complementary color
Monochromatic Colors of #6ADC40
Black with #6ADC40
Text Example
Text Example
White with #6ADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC40; }
p { color: rgb(106,220,64); }
H1.HeaderClassName
{
color: #6ADC40;
}
.AnyTagClassName
{
color: #6ADC40;
}
</style>
background-color css
<style>
a { background-color: #6ADC40; }
a { background-color: rgb(106,220,64); }
div.DivClassName
{
background-color: #6ADC40;
}
.BgClassName
{
background-color: #6ADC40;
}
</style>
border-color css
<style>
span { border-color: #6ADC40; }
span { border-color: rgb(106,220,64); }
td.TdClassName
{
border-color: #6ADC40;
}
.TagClassName
{
border-color: #6ADC40;
}
</style>