Shades of Apple #6FD741
Tints of Apple #6FD741
RGB
CMYK
RGB Variations
Color information
#6FD741 (or 0x6FD741) is known color: Apple. HEX triplet: 6F, D7 and 41. RGB value is (111,215,65). Sum of RGB (Red+Green+Blue) = 111+215+65=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD741 is #9028BE. Grayscale: #A7A7A7. Windows color (decimal): -9447615 or 4314991. OLE color: 4314991.
HSL color Cylindrical-coordinate representation of color #6FD741: hue angle of 101.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FD741 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 65 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.16 |
| HSL | 101.6º | 0.65% | 0.55% | - |
| HSV(B) | 101.6º | 0.7% | 0.84% | - |
| XYZ | 31.81 | 52.36 | 13.43 | - |
| YUV | 166.8 | 70.54 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 65 | 0.48 | 0 | 0.70 | 0.16 | 101.6 | 0.65 | 0.55 |
| Hex | 6F | D7 | 41 | 30 | 0 | 46 | 10 | 66 | 41 | 37 |
| Octal | 157 | 327 | 101 | 60 | 0 | 106 | 20 | 146 | 101 | 67 |
| Binary | 1101111 | 11010111 | 1000001 | 110000 | 0 | 1000110 | 10000 | 1100110 | 1000001 | 110111 |
Color Harmonies of #6FD741
Complementary color
Monochromatic Colors of #6FD741
Black with #6FD741
Text Example
Text Example
White with #6FD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD741; }
p { color: rgb(111,215,65); }
H1.HeaderClassName
{
color: #6FD741;
}
.AnyTagClassName
{
color: #6FD741;
}
</style>
background-color css
<style>
a { background-color: #6FD741; }
a { background-color: rgb(111,215,65); }
div.DivClassName
{
background-color: #6FD741;
}
.BgClassName
{
background-color: #6FD741;
}
</style>
border-color css
<style>
span { border-color: #6FD741; }
span { border-color: rgb(111,215,65); }
td.TdClassName
{
border-color: #6FD741;
}
.TagClassName
{
border-color: #6FD741;
}
</style>