Shades of Apple #6FD33F
Tints of Apple #6FD33F
RGB
CMYK
RGB Variations
Color information
#6FD33F (or 0x6FD33F) is known color: Apple. HEX triplet: 6F, D3 and 3F. RGB value is (111,211,63). Sum of RGB (Red+Green+Blue) = 111+211+63=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD33F is #902CC0. Grayscale: #A4A4A4. Windows color (decimal): -9448641 or 4182895. OLE color: 4182895.
HSL color Cylindrical-coordinate representation of color #6FD33F: hue angle of 100.54º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FD33F is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 63 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.17 |
| HSL | 100.54º | 0.63% | 0.54% | - |
| HSV(B) | 100.54º | 0.7% | 0.83% | - |
| XYZ | 30.75 | 50.33 | 12.8 | - |
| YUV | 164.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 63 | 0.47 | 0 | 0.70 | 0.17 | 100.54 | 0.63 | 0.54 |
| Hex | 6F | D3 | 3F | 2F | 0 | 46 | 11 | 65 | 3F | 36 |
| Octal | 157 | 323 | 77 | 57 | 0 | 106 | 21 | 145 | 77 | 66 |
| Binary | 1101111 | 11010011 | 111111 | 101111 | 0 | 1000110 | 10001 | 1100101 | 111111 | 110110 |
Color Harmonies of #6FD33F
Complementary color
Monochromatic Colors of #6FD33F
Black with #6FD33F
Text Example
Text Example
White with #6FD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD33F; }
p { color: rgb(111,211,63); }
H1.HeaderClassName
{
color: #6FD33F;
}
.AnyTagClassName
{
color: #6FD33F;
}
</style>
background-color css
<style>
a { background-color: #6FD33F; }
a { background-color: rgb(111,211,63); }
div.DivClassName
{
background-color: #6FD33F;
}
.BgClassName
{
background-color: #6FD33F;
}
</style>
border-color css
<style>
span { border-color: #6FD33F; }
span { border-color: rgb(111,211,63); }
td.TdClassName
{
border-color: #6FD33F;
}
.TagClassName
{
border-color: #6FD33F;
}
</style>