Shades of Apple #6FD03A
Tints of Apple #6FD03A
RGB
CMYK
RGB Variations
Color information
#6FD03A (or 0x6FD03A) is known color: Apple. HEX triplet: 6F, D0 and 3A. RGB value is (111,208,58). Sum of RGB (Red+Green+Blue) = 111+208+58=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD03A is #902FC5. Grayscale: #A2A2A2. Windows color (decimal): -9449414 or 3854447. OLE color: 3854447.
HSL color Cylindrical-coordinate representation of color #6FD03A: hue angle of 98.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FD03A is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 58 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.18 |
| HSL | 98.8º | 0.61% | 0.52% | - |
| HSV(B) | 98.8º | 0.72% | 0.82% | - |
| XYZ | 29.88 | 48.8 | 11.85 | - |
| YUV | 161.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 58 | 0.47 | 0 | 0.72 | 0.18 | 98.8 | 0.61 | 0.52 |
| Hex | 6F | D0 | 3A | 2F | 0 | 48 | 12 | 63 | 3D | 34 |
| Octal | 157 | 320 | 72 | 57 | 0 | 110 | 22 | 143 | 75 | 64 |
| Binary | 1101111 | 11010000 | 111010 | 101111 | 0 | 1001000 | 10010 | 1100011 | 111101 | 110100 |
Color Harmonies of #6FD03A
Complementary color
Monochromatic Colors of #6FD03A
Black with #6FD03A
Text Example
Text Example
White with #6FD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD03A; }
p { color: rgb(111,208,58); }
H1.HeaderClassName
{
color: #6FD03A;
}
.AnyTagClassName
{
color: #6FD03A;
}
</style>
background-color css
<style>
a { background-color: #6FD03A; }
a { background-color: rgb(111,208,58); }
div.DivClassName
{
background-color: #6FD03A;
}
.BgClassName
{
background-color: #6FD03A;
}
</style>
border-color css
<style>
span { border-color: #6FD03A; }
span { border-color: rgb(111,208,58); }
td.TdClassName
{
border-color: #6FD03A;
}
.TagClassName
{
border-color: #6FD03A;
}
</style>