Shades of Apple #6FDC35
Tints of Apple #6FDC35
RGB
CMYK
RGB Variations
Color information
#6FDC35 (or 0x6FDC35) is known color: Apple. HEX triplet: 6F, DC and 35. RGB value is (111,220,53). Sum of RGB (Red+Green+Blue) = 111+220+53=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC35 is #9023CA. Grayscale: #A8A8A8. Windows color (decimal): -9446347 or 3529839. OLE color: 3529839.
HSL color Cylindrical-coordinate representation of color #6FDC35: hue angle of 99.16º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FDC35 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 53 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.14 |
| HSL | 99.16º | 0.7% | 0.54% | - |
| HSV(B) | 99.16º | 0.76% | 0.86% | - |
| XYZ | 32.79 | 54.82 | 12.22 | - |
| YUV | 168.37 | 62.89 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 53 | 0.50 | 0 | 0.76 | 0.14 | 99.16 | 0.7 | 0.54 |
| Hex | 6F | DC | 35 | 32 | 0 | 4C | E | 63 | 46 | 36 |
| Octal | 157 | 334 | 65 | 62 | 0 | 114 | 16 | 143 | 106 | 66 |
| Binary | 1101111 | 11011100 | 110101 | 110010 | 0 | 1001100 | 1110 | 1100011 | 1000110 | 110110 |
Color Harmonies of #6FDC35
Complementary color
Monochromatic Colors of #6FDC35
Black with #6FDC35
Text Example
Text Example
White with #6FDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC35; }
p { color: rgb(111,220,53); }
H1.HeaderClassName
{
color: #6FDC35;
}
.AnyTagClassName
{
color: #6FDC35;
}
</style>
background-color css
<style>
a { background-color: #6FDC35; }
a { background-color: rgb(111,220,53); }
div.DivClassName
{
background-color: #6FDC35;
}
.BgClassName
{
background-color: #6FDC35;
}
</style>
border-color css
<style>
span { border-color: #6FDC35; }
span { border-color: rgb(111,220,53); }
td.TdClassName
{
border-color: #6FDC35;
}
.TagClassName
{
border-color: #6FDC35;
}
</style>