Shades of Apple #6AD731
Tints of Apple #6AD731
RGB
CMYK
RGB Variations
Color information
#6AD731 (or 0x6AD731) is known color: Apple. HEX triplet: 6A, D7 and 31. RGB value is (106,215,49). Sum of RGB (Red+Green+Blue) = 106+215+49=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD731 is #9528CE. Grayscale: #A4A4A4. Windows color (decimal): -9775311 or 3266410. OLE color: 3266410.
HSL color Cylindrical-coordinate representation of color #6AD731: hue angle of 99.4º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AD731 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 49 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.16 |
| HSL | 99.4º | 0.67% | 0.52% | - |
| HSV(B) | 99.4º | 0.77% | 0.84% | - |
| XYZ | 30.8 | 51.89 | 11.3 | - |
| YUV | 163.49 | 63.39 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 49 | 0.51 | 0 | 0.77 | 0.16 | 99.4 | 0.67 | 0.52 |
| Hex | 6A | D7 | 31 | 33 | 0 | 4D | 10 | 63 | 43 | 34 |
| Octal | 152 | 327 | 61 | 63 | 0 | 115 | 20 | 143 | 103 | 64 |
| Binary | 1101010 | 11010111 | 110001 | 110011 | 0 | 1001101 | 10000 | 1100011 | 1000011 | 110100 |
Color Harmonies of #6AD731
Complementary color
Monochromatic Colors of #6AD731
Black with #6AD731
Text Example
Text Example
White with #6AD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD731; }
p { color: rgb(106,215,49); }
H1.HeaderClassName
{
color: #6AD731;
}
.AnyTagClassName
{
color: #6AD731;
}
</style>
background-color css
<style>
a { background-color: #6AD731; }
a { background-color: rgb(106,215,49); }
div.DivClassName
{
background-color: #6AD731;
}
.BgClassName
{
background-color: #6AD731;
}
</style>
border-color css
<style>
span { border-color: #6AD731; }
span { border-color: rgb(106,215,49); }
td.TdClassName
{
border-color: #6AD731;
}
.TagClassName
{
border-color: #6AD731;
}
</style>