Shades of Apple #6FD241
Tints of Apple #6FD241
RGB
CMYK
RGB Variations
Color information
#6FD241 (or 0x6FD241) is known color: Apple. HEX triplet: 6F, D2 and 41. RGB value is (111,210,65). Sum of RGB (Red+Green+Blue) = 111+210+65=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD241 is #902DBE. Grayscale: #A4A4A4. Windows color (decimal): -9448895 or 4313711. OLE color: 4313711.
HSL color Cylindrical-coordinate representation of color #6FD241: hue angle of 100.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FD241 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 65 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.18 |
| HSL | 100.97º | 0.62% | 0.54% | - |
| HSV(B) | 100.97º | 0.69% | 0.82% | - |
| XYZ | 30.56 | 49.85 | 13.01 | - |
| YUV | 163.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 65 | 0.47 | 0 | 0.69 | 0.18 | 100.97 | 0.62 | 0.54 |
| Hex | 6F | D2 | 41 | 2F | 0 | 45 | 12 | 65 | 3E | 36 |
| Octal | 157 | 322 | 101 | 57 | 0 | 105 | 22 | 145 | 76 | 66 |
| Binary | 1101111 | 11010010 | 1000001 | 101111 | 0 | 1000101 | 10010 | 1100101 | 111110 | 110110 |
Color Harmonies of #6FD241
Complementary color
Monochromatic Colors of #6FD241
Black with #6FD241
Text Example
Text Example
White with #6FD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD241; }
p { color: rgb(111,210,65); }
H1.HeaderClassName
{
color: #6FD241;
}
.AnyTagClassName
{
color: #6FD241;
}
</style>
background-color css
<style>
a { background-color: #6FD241; }
a { background-color: rgb(111,210,65); }
div.DivClassName
{
background-color: #6FD241;
}
.BgClassName
{
background-color: #6FD241;
}
</style>
border-color css
<style>
span { border-color: #6FD241; }
span { border-color: rgb(111,210,65); }
td.TdClassName
{
border-color: #6FD241;
}
.TagClassName
{
border-color: #6FD241;
}
</style>