Shades of Apple #6AD542
Tints of Apple #6AD542
RGB
CMYK
RGB Variations
Color information
#6AD542 (or 0x6AD542) is known color: Apple. HEX triplet: 6A, D5 and 42. RGB value is (106,213,66). Sum of RGB (Red+Green+Blue) = 106+213+66=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD542 is #952ABD. Grayscale: #A4A4A4. Windows color (decimal): -9775806 or 4380010. OLE color: 4380010.
HSL color Cylindrical-coordinate representation of color #6AD542: hue angle of 103.67º 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 #6AD542 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 66 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.16 |
| HSL | 103.67º | 0.64% | 0.55% | - |
| HSV(B) | 103.67º | 0.69% | 0.84% | - |
| XYZ | 30.72 | 51.05 | 13.39 | - |
| YUV | 164.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 66 | 0.50 | 0 | 0.69 | 0.16 | 103.67 | 0.64 | 0.55 |
| Hex | 6A | D5 | 42 | 32 | 0 | 45 | 10 | 68 | 40 | 37 |
| Octal | 152 | 325 | 102 | 62 | 0 | 105 | 20 | 150 | 100 | 67 |
| Binary | 1101010 | 11010101 | 1000010 | 110010 | 0 | 1000101 | 10000 | 1101000 | 1000000 | 110111 |
Color Harmonies of #6AD542
Complementary color
Monochromatic Colors of #6AD542
Black with #6AD542
Text Example
Text Example
White with #6AD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD542; }
p { color: rgb(106,213,66); }
H1.HeaderClassName
{
color: #6AD542;
}
.AnyTagClassName
{
color: #6AD542;
}
</style>
background-color css
<style>
a { background-color: #6AD542; }
a { background-color: rgb(106,213,66); }
div.DivClassName
{
background-color: #6AD542;
}
.BgClassName
{
background-color: #6AD542;
}
</style>
border-color css
<style>
span { border-color: #6AD542; }
span { border-color: rgb(106,213,66); }
td.TdClassName
{
border-color: #6AD542;
}
.TagClassName
{
border-color: #6AD542;
}
</style>