Shades of Apple #6ADC3B
Tints of Apple #6ADC3B
RGB
CMYK
RGB Variations
Color information
#6ADC3B (or 0x6ADC3B) is known color: Apple. HEX triplet: 6A, DC and 3B. RGB value is (106,220,59). Sum of RGB (Red+Green+Blue) = 106+220+59=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC3B is #9523C4. Grayscale: #A8A8A8. Windows color (decimal): -9774021 or 3923050. OLE color: 3923050.
HSL color Cylindrical-coordinate representation of color #6ADC3B: hue angle of 102.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ADC3B is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 59 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.14 |
| HSL | 102.48º | 0.7% | 0.55% | - |
| HSV(B) | 102.48º | 0.73% | 0.86% | - |
| XYZ | 32.33 | 54.57 | 12.97 | - |
| YUV | 167.56 | 66.73 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 59 | 0.52 | 0 | 0.73 | 0.14 | 102.48 | 0.7 | 0.55 |
| Hex | 6A | DC | 3B | 34 | 0 | 49 | E | 66 | 46 | 37 |
| Octal | 152 | 334 | 73 | 64 | 0 | 111 | 16 | 146 | 106 | 67 |
| Binary | 1101010 | 11011100 | 111011 | 110100 | 0 | 1001001 | 1110 | 1100110 | 1000110 | 110111 |
Color Harmonies of #6ADC3B
Complementary color
Monochromatic Colors of #6ADC3B
Black with #6ADC3B
Text Example
Text Example
White with #6ADC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC3B; }
p { color: rgb(106,220,59); }
H1.HeaderClassName
{
color: #6ADC3B;
}
.AnyTagClassName
{
color: #6ADC3B;
}
</style>
background-color css
<style>
a { background-color: #6ADC3B; }
a { background-color: rgb(106,220,59); }
div.DivClassName
{
background-color: #6ADC3B;
}
.BgClassName
{
background-color: #6ADC3B;
}
</style>
border-color css
<style>
span { border-color: #6ADC3B; }
span { border-color: rgb(106,220,59); }
td.TdClassName
{
border-color: #6ADC3B;
}
.TagClassName
{
border-color: #6ADC3B;
}
</style>