Shades of Apple #6AD744
Tints of Apple #6AD744
RGB
CMYK
RGB Variations
Color information
#6AD744 (or 0x6AD744) is known color: Apple. HEX triplet: 6A, D7 and 44. RGB value is (106,215,68). Sum of RGB (Red+Green+Blue) = 106+215+68=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD744 is #9528BB. Grayscale: #A6A6A6. Windows color (decimal): -9775292 or 4511594. OLE color: 4511594.
HSL color Cylindrical-coordinate representation of color #6AD744: hue angle of 104.49º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AD744 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 68 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.16 |
| HSL | 104.49º | 0.65% | 0.55% | - |
| HSV(B) | 104.49º | 0.68% | 0.84% | - |
| XYZ | 31.29 | 52.08 | 13.87 | - |
| YUV | 165.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 68 | 0.51 | 0 | 0.68 | 0.16 | 104.49 | 0.65 | 0.55 |
| Hex | 6A | D7 | 44 | 33 | 0 | 44 | 10 | 68 | 41 | 37 |
| Octal | 152 | 327 | 104 | 63 | 0 | 104 | 20 | 150 | 101 | 67 |
| Binary | 1101010 | 11010111 | 1000100 | 110011 | 0 | 1000100 | 10000 | 1101000 | 1000001 | 110111 |
Color Harmonies of #6AD744
Complementary color
Monochromatic Colors of #6AD744
Black with #6AD744
Text Example
Text Example
White with #6AD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD744; }
p { color: rgb(106,215,68); }
H1.HeaderClassName
{
color: #6AD744;
}
.AnyTagClassName
{
color: #6AD744;
}
</style>
background-color css
<style>
a { background-color: #6AD744; }
a { background-color: rgb(106,215,68); }
div.DivClassName
{
background-color: #6AD744;
}
.BgClassName
{
background-color: #6AD744;
}
</style>
border-color css
<style>
span { border-color: #6AD744; }
span { border-color: rgb(106,215,68); }
td.TdClassName
{
border-color: #6AD744;
}
.TagClassName
{
border-color: #6AD744;
}
</style>