Shades of Apple #6AD642
Tints of Apple #6AD642
RGB
CMYK
RGB Variations
Color information
#6AD642 (or 0x6AD642) is known color: Apple. HEX triplet: 6A, D6 and 42. RGB value is (106,214,66). Sum of RGB (Red+Green+Blue) = 106+214+66=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD642 is #9529BD. Grayscale: #A5A5A5. Windows color (decimal): -9775550 or 4380266. OLE color: 4380266.
HSL color Cylindrical-coordinate representation of color #6AD642: hue angle of 103.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AD642 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 66 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.16 |
| HSL | 103.78º | 0.64% | 0.55% | - |
| HSV(B) | 103.78º | 0.69% | 0.84% | - |
| XYZ | 30.97 | 51.55 | 13.47 | - |
| YUV | 164.84 | 72.22 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 66 | 0.50 | 0 | 0.69 | 0.16 | 103.78 | 0.64 | 0.55 |
| Hex | 6A | D6 | 42 | 32 | 0 | 45 | 10 | 68 | 40 | 37 |
| Octal | 152 | 326 | 102 | 62 | 0 | 105 | 20 | 150 | 100 | 67 |
| Binary | 1101010 | 11010110 | 1000010 | 110010 | 0 | 1000101 | 10000 | 1101000 | 1000000 | 110111 |
Color Harmonies of #6AD642
Complementary color
Monochromatic Colors of #6AD642
Black with #6AD642
Text Example
Text Example
White with #6AD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD642; }
p { color: rgb(106,214,66); }
H1.HeaderClassName
{
color: #6AD642;
}
.AnyTagClassName
{
color: #6AD642;
}
</style>
background-color css
<style>
a { background-color: #6AD642; }
a { background-color: rgb(106,214,66); }
div.DivClassName
{
background-color: #6AD642;
}
.BgClassName
{
background-color: #6AD642;
}
</style>
border-color css
<style>
span { border-color: #6AD642; }
span { border-color: rgb(106,214,66); }
td.TdClassName
{
border-color: #6AD642;
}
.TagClassName
{
border-color: #6AD642;
}
</style>