Shades of Apple #6AD031
Tints of Apple #6AD031
RGB
CMYK
RGB Variations
Color information
#6AD031 (or 0x6AD031) is known color: Apple. HEX triplet: 6A, D0 and 31. RGB value is (106,208,49). Sum of RGB (Red+Green+Blue) = 106+208+49=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD031 is #952FCE. Grayscale: #9F9F9F. Windows color (decimal): -9777103 or 3264618. OLE color: 3264618.
HSL color Cylindrical-coordinate representation of color #6AD031: hue angle of 98.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AD031 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 49 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.18 |
| HSL | 98.49º | 0.63% | 0.5% | - |
| HSV(B) | 98.49º | 0.76% | 0.82% | - |
| XYZ | 29.05 | 48.4 | 10.72 | - |
| YUV | 159.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 49 | 0.49 | 0 | 0.76 | 0.18 | 98.49 | 0.63 | 0.5 |
| Hex | 6A | D0 | 31 | 31 | 0 | 4C | 12 | 62 | 3F | 32 |
| Octal | 152 | 320 | 61 | 61 | 0 | 114 | 22 | 142 | 77 | 62 |
| Binary | 1101010 | 11010000 | 110001 | 110001 | 0 | 1001100 | 10010 | 1100010 | 111111 | 110010 |
Color Harmonies of #6AD031
Complementary color
Monochromatic Colors of #6AD031
Black with #6AD031
Text Example
Text Example
White with #6AD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD031; }
p { color: rgb(106,208,49); }
H1.HeaderClassName
{
color: #6AD031;
}
.AnyTagClassName
{
color: #6AD031;
}
</style>
background-color css
<style>
a { background-color: #6AD031; }
a { background-color: rgb(106,208,49); }
div.DivClassName
{
background-color: #6AD031;
}
.BgClassName
{
background-color: #6AD031;
}
</style>
border-color css
<style>
span { border-color: #6AD031; }
span { border-color: rgb(106,208,49); }
td.TdClassName
{
border-color: #6AD031;
}
.TagClassName
{
border-color: #6AD031;
}
</style>