Shades of Apple #6FD12F
Tints of Apple #6FD12F
RGB
CMYK
RGB Variations
Color information
#6FD12F (or 0x6FD12F) is known color: Apple. HEX triplet: 6F, D1 and 2F. RGB value is (111,209,47). Sum of RGB (Red+Green+Blue) = 111+209+47=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD12F is #902ED0. Grayscale: #A1A1A1. Windows color (decimal): -9449169 or 3133807. OLE color: 3133807.
HSL color Cylindrical-coordinate representation of color #6FD12F: hue angle of 96.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FD12F is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 47 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.18 |
| HSL | 96.3º | 0.64% | 0.5% | - |
| HSV(B) | 96.3º | 0.78% | 0.82% | - |
| XYZ | 29.87 | 49.19 | 10.61 | - |
| YUV | 161.23 | 63.53 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 47 | 0.47 | 0 | 0.78 | 0.18 | 96.3 | 0.64 | 0.5 |
| Hex | 6F | D1 | 2F | 2F | 0 | 4E | 12 | 60 | 40 | 32 |
| Octal | 157 | 321 | 57 | 57 | 0 | 116 | 22 | 140 | 100 | 62 |
| Binary | 1101111 | 11010001 | 101111 | 101111 | 0 | 1001110 | 10010 | 1100000 | 1000000 | 110010 |
Color Harmonies of #6FD12F
Complementary color
Monochromatic Colors of #6FD12F
Black with #6FD12F
Text Example
Text Example
White with #6FD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD12F; }
p { color: rgb(111,209,47); }
H1.HeaderClassName
{
color: #6FD12F;
}
.AnyTagClassName
{
color: #6FD12F;
}
</style>
background-color css
<style>
a { background-color: #6FD12F; }
a { background-color: rgb(111,209,47); }
div.DivClassName
{
background-color: #6FD12F;
}
.BgClassName
{
background-color: #6FD12F;
}
</style>
border-color css
<style>
span { border-color: #6FD12F; }
span { border-color: rgb(111,209,47); }
td.TdClassName
{
border-color: #6FD12F;
}
.TagClassName
{
border-color: #6FD12F;
}
</style>