Shades of Apple #6FD03C
Tints of Apple #6FD03C
RGB
CMYK
RGB Variations
Color information
#6FD03C (or 0x6FD03C) is known color: Apple. HEX triplet: 6F, D0 and 3C. RGB value is (111,208,60). Sum of RGB (Red+Green+Blue) = 111+208+60=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD03C is #902FC3. Grayscale: #A2A2A2. Windows color (decimal): -9449412 or 3985519. OLE color: 3985519.
HSL color Cylindrical-coordinate representation of color #6FD03C: hue angle of 99.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FD03C is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 60 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.18 |
| HSL | 99.32º | 0.61% | 0.53% | - |
| HSV(B) | 99.32º | 0.71% | 0.82% | - |
| XYZ | 29.93 | 48.82 | 12.12 | - |
| YUV | 162.13 | 70.36 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 60 | 0.47 | 0 | 0.71 | 0.18 | 99.32 | 0.61 | 0.53 |
| Hex | 6F | D0 | 3C | 2F | 0 | 47 | 12 | 63 | 3D | 35 |
| Octal | 157 | 320 | 74 | 57 | 0 | 107 | 22 | 143 | 75 | 65 |
| Binary | 1101111 | 11010000 | 111100 | 101111 | 0 | 1000111 | 10010 | 1100011 | 111101 | 110101 |
Color Harmonies of #6FD03C
Complementary color
Monochromatic Colors of #6FD03C
Black with #6FD03C
Text Example
Text Example
White with #6FD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD03C; }
p { color: rgb(111,208,60); }
H1.HeaderClassName
{
color: #6FD03C;
}
.AnyTagClassName
{
color: #6FD03C;
}
</style>
background-color css
<style>
a { background-color: #6FD03C; }
a { background-color: rgb(111,208,60); }
div.DivClassName
{
background-color: #6FD03C;
}
.BgClassName
{
background-color: #6FD03C;
}
</style>
border-color css
<style>
span { border-color: #6FD03C; }
span { border-color: rgb(111,208,60); }
td.TdClassName
{
border-color: #6FD03C;
}
.TagClassName
{
border-color: #6FD03C;
}
</style>