Shades of Apple #6AD04F
Tints of Apple #6AD04F
RGB
CMYK
RGB Variations
Color information
#6AD04F (or 0x6AD04F) is known color: Apple. HEX triplet: 6A, D0 and 4F. RGB value is (106,208,79). Sum of RGB (Red+Green+Blue) = 106+208+79=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD04F is #952FB0. Grayscale: #A3A3A3. Windows color (decimal): -9777073 or 5230698. OLE color: 5230698.
HSL color Cylindrical-coordinate representation of color #6AD04F: hue angle of 107.44º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AD04F is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 79 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.18 |
| HSL | 107.44º | 0.58% | 0.56% | - |
| HSV(B) | 107.44º | 0.62% | 0.82% | - |
| XYZ | 29.91 | 48.74 | 15.23 | - |
| YUV | 162.8 | 80.71 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 79 | 0.49 | 0 | 0.62 | 0.18 | 107.44 | 0.58 | 0.56 |
| Hex | 6A | D0 | 4F | 31 | 0 | 3E | 12 | 6B | 3A | 38 |
| Octal | 152 | 320 | 117 | 61 | 0 | 76 | 22 | 153 | 72 | 70 |
| Binary | 1101010 | 11010000 | 1001111 | 110001 | 0 | 111110 | 10010 | 1101011 | 111010 | 111000 |
Color Harmonies of #6AD04F
Complementary color
Monochromatic Colors of #6AD04F
Black with #6AD04F
Text Example
Text Example
White with #6AD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD04F; }
p { color: rgb(106,208,79); }
H1.HeaderClassName
{
color: #6AD04F;
}
.AnyTagClassName
{
color: #6AD04F;
}
</style>
background-color css
<style>
a { background-color: #6AD04F; }
a { background-color: rgb(106,208,79); }
div.DivClassName
{
background-color: #6AD04F;
}
.BgClassName
{
background-color: #6AD04F;
}
</style>
border-color css
<style>
span { border-color: #6AD04F; }
span { border-color: rgb(106,208,79); }
td.TdClassName
{
border-color: #6AD04F;
}
.TagClassName
{
border-color: #6AD04F;
}
</style>