Shades of Apple #6AD73F
Tints of Apple #6AD73F
RGB
CMYK
RGB Variations
Color information
#6AD73F (or 0x6AD73F) is known color: Apple. HEX triplet: 6A, D7 and 3F. RGB value is (106,215,63). Sum of RGB (Red+Green+Blue) = 106+215+63=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD73F is #9528C0. Grayscale: #A5A5A5. Windows color (decimal): -9775297 or 4183914. OLE color: 4183914.
HSL color Cylindrical-coordinate representation of color #6AD73F: hue angle of 103.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AD73F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 63 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.16 |
| HSL | 103.03º | 0.66% | 0.55% | - |
| HSV(B) | 103.03º | 0.71% | 0.84% | - |
| XYZ | 31.14 | 52.02 | 13.1 | - |
| YUV | 165.08 | 70.39 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 63 | 0.51 | 0 | 0.71 | 0.16 | 103.03 | 0.66 | 0.55 |
| Hex | 6A | D7 | 3F | 33 | 0 | 47 | 10 | 67 | 42 | 37 |
| Octal | 152 | 327 | 77 | 63 | 0 | 107 | 20 | 147 | 102 | 67 |
| Binary | 1101010 | 11010111 | 111111 | 110011 | 0 | 1000111 | 10000 | 1100111 | 1000010 | 110111 |
Color Harmonies of #6AD73F
Complementary color
Monochromatic Colors of #6AD73F
Black with #6AD73F
Text Example
Text Example
White with #6AD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD73F; }
p { color: rgb(106,215,63); }
H1.HeaderClassName
{
color: #6AD73F;
}
.AnyTagClassName
{
color: #6AD73F;
}
</style>
background-color css
<style>
a { background-color: #6AD73F; }
a { background-color: rgb(106,215,63); }
div.DivClassName
{
background-color: #6AD73F;
}
.BgClassName
{
background-color: #6AD73F;
}
</style>
border-color css
<style>
span { border-color: #6AD73F; }
span { border-color: rgb(106,215,63); }
td.TdClassName
{
border-color: #6AD73F;
}
.TagClassName
{
border-color: #6AD73F;
}
</style>