Shades of Apple #6FDA3A
Tints of Apple #6FDA3A
RGB
CMYK
RGB Variations
Color information
#6FDA3A (or 0x6FDA3A) is known color: Apple. HEX triplet: 6F, DA and 3A. RGB value is (111,218,58). Sum of RGB (Red+Green+Blue) = 111+218+58=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDA3A is #9025C5. Grayscale: #A8A8A8. Windows color (decimal): -9446854 or 3857007. OLE color: 3857007.
HSL color Cylindrical-coordinate representation of color #6FDA3A: hue angle of 100.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FDA3A is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 58 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.15 |
| HSL | 100.13º | 0.68% | 0.54% | - |
| HSV(B) | 100.13º | 0.73% | 0.85% | - |
| XYZ | 32.39 | 53.83 | 12.69 | - |
| YUV | 167.77 | 66.05 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 58 | 0.49 | 0 | 0.73 | 0.15 | 100.13 | 0.68 | 0.54 |
| Hex | 6F | DA | 3A | 31 | 0 | 49 | F | 64 | 44 | 36 |
| Octal | 157 | 332 | 72 | 61 | 0 | 111 | 17 | 144 | 104 | 66 |
| Binary | 1101111 | 11011010 | 111010 | 110001 | 0 | 1001001 | 1111 | 1100100 | 1000100 | 110110 |
Color Harmonies of #6FDA3A
Complementary color
Monochromatic Colors of #6FDA3A
Black with #6FDA3A
Text Example
Text Example
White with #6FDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA3A; }
p { color: rgb(111,218,58); }
H1.HeaderClassName
{
color: #6FDA3A;
}
.AnyTagClassName
{
color: #6FDA3A;
}
</style>
background-color css
<style>
a { background-color: #6FDA3A; }
a { background-color: rgb(111,218,58); }
div.DivClassName
{
background-color: #6FDA3A;
}
.BgClassName
{
background-color: #6FDA3A;
}
</style>
border-color css
<style>
span { border-color: #6FDA3A; }
span { border-color: rgb(111,218,58); }
td.TdClassName
{
border-color: #6FDA3A;
}
.TagClassName
{
border-color: #6FDA3A;
}
</style>