Shades of Apple #6FC241
Tints of Apple #6FC241
RGB
CMYK
RGB Variations
Color information
#6FC241 (or 0x6FC241) is known color: Apple. HEX triplet: 6F, C2 and 41. RGB value is (111,194,65). Sum of RGB (Red+Green+Blue) = 111+194+65=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC241 is #903DBE. Grayscale: #9A9A9A. Windows color (decimal): -9452991 or 4309615. OLE color: 4309615.
HSL color Cylindrical-coordinate representation of color #6FC241: hue angle of 98.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FC241 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 65 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.24 |
| HSL | 98.6º | 0.51% | 0.51% | - |
| HSV(B) | 98.6º | 0.66% | 0.76% | - |
| XYZ | 26.8 | 42.34 | 11.76 | - |
| YUV | 154.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 65 | 0.43 | 0 | 0.66 | 0.24 | 98.6 | 0.51 | 0.51 |
| Hex | 6F | C2 | 41 | 2B | 0 | 42 | 18 | 63 | 33 | 33 |
| Octal | 157 | 302 | 101 | 53 | 0 | 102 | 30 | 143 | 63 | 63 |
| Binary | 1101111 | 11000010 | 1000001 | 101011 | 0 | 1000010 | 11000 | 1100011 | 110011 | 110011 |
Color Harmonies of #6FC241
Complementary color
Monochromatic Colors of #6FC241
Black with #6FC241
Text Example
Text Example
White with #6FC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC241; }
p { color: rgb(111,194,65); }
H1.HeaderClassName
{
color: #6FC241;
}
.AnyTagClassName
{
color: #6FC241;
}
</style>
background-color css
<style>
a { background-color: #6FC241; }
a { background-color: rgb(111,194,65); }
div.DivClassName
{
background-color: #6FC241;
}
.BgClassName
{
background-color: #6FC241;
}
</style>
border-color css
<style>
span { border-color: #6FC241; }
span { border-color: rgb(111,194,65); }
td.TdClassName
{
border-color: #6FC241;
}
.TagClassName
{
border-color: #6FC241;
}
</style>