Shades of Apple #6FD441
Tints of Apple #6FD441
RGB
CMYK
RGB Variations
Color information
#6FD441 (or 0x6FD441) is known color: Apple. HEX triplet: 6F, D4 and 41. RGB value is (111,212,65). Sum of RGB (Red+Green+Blue) = 111+212+65=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD441 is #902BBE. Grayscale: #A5A5A5. Windows color (decimal): -9448383 or 4314223. OLE color: 4314223.
HSL color Cylindrical-coordinate representation of color #6FD441: hue angle of 101.22º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FD441 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 65 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.17 |
| HSL | 101.22º | 0.63% | 0.54% | - |
| HSV(B) | 101.22º | 0.69% | 0.83% | - |
| XYZ | 31.05 | 50.85 | 13.18 | - |
| YUV | 165.04 | 71.54 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 65 | 0.48 | 0 | 0.69 | 0.17 | 101.22 | 0.63 | 0.54 |
| Hex | 6F | D4 | 41 | 30 | 0 | 45 | 11 | 65 | 3F | 36 |
| Octal | 157 | 324 | 101 | 60 | 0 | 105 | 21 | 145 | 77 | 66 |
| Binary | 1101111 | 11010100 | 1000001 | 110000 | 0 | 1000101 | 10001 | 1100101 | 111111 | 110110 |
Color Harmonies of #6FD441
Complementary color
Monochromatic Colors of #6FD441
Black with #6FD441
Text Example
Text Example
White with #6FD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD441; }
p { color: rgb(111,212,65); }
H1.HeaderClassName
{
color: #6FD441;
}
.AnyTagClassName
{
color: #6FD441;
}
</style>
background-color css
<style>
a { background-color: #6FD441; }
a { background-color: rgb(111,212,65); }
div.DivClassName
{
background-color: #6FD441;
}
.BgClassName
{
background-color: #6FD441;
}
</style>
border-color css
<style>
span { border-color: #6FD441; }
span { border-color: rgb(111,212,65); }
td.TdClassName
{
border-color: #6FD441;
}
.TagClassName
{
border-color: #6FD441;
}
</style>