Shades of Apple #6FDC3B
Tints of Apple #6FDC3B
RGB
CMYK
RGB Variations
Color information
#6FDC3B (or 0x6FDC3B) is known color: Apple. HEX triplet: 6F, DC and 3B. RGB value is (111,220,59). Sum of RGB (Red+Green+Blue) = 111+220+59=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC3B is #9023C4. Grayscale: #A9A9A9. Windows color (decimal): -9446341 or 3923055. OLE color: 3923055.
HSL color Cylindrical-coordinate representation of color #6FDC3B: hue angle of 100.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FDC3B is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 59 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.14 |
| HSL | 100.62º | 0.7% | 0.55% | - |
| HSV(B) | 100.62º | 0.73% | 0.86% | - |
| XYZ | 32.94 | 54.88 | 12.99 | - |
| YUV | 169.06 | 65.89 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 59 | 0.50 | 0 | 0.73 | 0.14 | 100.62 | 0.7 | 0.55 |
| Hex | 6F | DC | 3B | 32 | 0 | 49 | E | 65 | 46 | 37 |
| Octal | 157 | 334 | 73 | 62 | 0 | 111 | 16 | 145 | 106 | 67 |
| Binary | 1101111 | 11011100 | 111011 | 110010 | 0 | 1001001 | 1110 | 1100101 | 1000110 | 110111 |
Color Harmonies of #6FDC3B
Complementary color
Monochromatic Colors of #6FDC3B
Black with #6FDC3B
Text Example
Text Example
White with #6FDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC3B; }
p { color: rgb(111,220,59); }
H1.HeaderClassName
{
color: #6FDC3B;
}
.AnyTagClassName
{
color: #6FDC3B;
}
</style>
background-color css
<style>
a { background-color: #6FDC3B; }
a { background-color: rgb(111,220,59); }
div.DivClassName
{
background-color: #6FDC3B;
}
.BgClassName
{
background-color: #6FDC3B;
}
</style>
border-color css
<style>
span { border-color: #6FDC3B; }
span { border-color: rgb(111,220,59); }
td.TdClassName
{
border-color: #6FDC3B;
}
.TagClassName
{
border-color: #6FDC3B;
}
</style>