Shades of Apple #6AD13F
Tints of Apple #6AD13F
RGB
CMYK
RGB Variations
Color information
#6AD13F (or 0x6AD13F) is known color: Apple. HEX triplet: 6A, D1 and 3F. RGB value is (106,209,63). Sum of RGB (Red+Green+Blue) = 106+209+63=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD13F is #952EC0. Grayscale: #A2A2A2. Windows color (decimal): -9776833 or 4182378. OLE color: 4182378.
HSL color Cylindrical-coordinate representation of color #6AD13F: hue angle of 102.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AD13F is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 63 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.18 |
| HSL | 102.33º | 0.61% | 0.53% | - |
| HSV(B) | 102.33º | 0.7% | 0.82% | - |
| XYZ | 29.64 | 49.02 | 12.6 | - |
| YUV | 161.56 | 72.38 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 63 | 0.49 | 0 | 0.70 | 0.18 | 102.33 | 0.61 | 0.53 |
| Hex | 6A | D1 | 3F | 31 | 0 | 46 | 12 | 66 | 3D | 35 |
| Octal | 152 | 321 | 77 | 61 | 0 | 106 | 22 | 146 | 75 | 65 |
| Binary | 1101010 | 11010001 | 111111 | 110001 | 0 | 1000110 | 10010 | 1100110 | 111101 | 110101 |
Color Harmonies of #6AD13F
Complementary color
Monochromatic Colors of #6AD13F
Black with #6AD13F
Text Example
Text Example
White with #6AD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD13F; }
p { color: rgb(106,209,63); }
H1.HeaderClassName
{
color: #6AD13F;
}
.AnyTagClassName
{
color: #6AD13F;
}
</style>
background-color css
<style>
a { background-color: #6AD13F; }
a { background-color: rgb(106,209,63); }
div.DivClassName
{
background-color: #6AD13F;
}
.BgClassName
{
background-color: #6AD13F;
}
</style>
border-color css
<style>
span { border-color: #6AD13F; }
span { border-color: rgb(106,209,63); }
td.TdClassName
{
border-color: #6AD13F;
}
.TagClassName
{
border-color: #6AD13F;
}
</style>