Shades of Apple #6FCF41
Tints of Apple #6FCF41
RGB
CMYK
RGB Variations
Color information
#6FCF41 (or 0x6FCF41) is known color: Apple. HEX triplet: 6F, CF and 41. RGB value is (111,207,65). Sum of RGB (Red+Green+Blue) = 111+207+65=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF41 is #9030BE. Grayscale: #A2A2A2. Windows color (decimal): -9449663 or 4312943. OLE color: 4312943.
HSL color Cylindrical-coordinate representation of color #6FCF41: hue angle of 100.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FCF41 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 65 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.19 |
| HSL | 100.56º | 0.6% | 0.53% | - |
| HSV(B) | 100.56º | 0.69% | 0.81% | - |
| XYZ | 29.82 | 48.39 | 12.77 | - |
| YUV | 162.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 65 | 0.46 | 0 | 0.69 | 0.19 | 100.56 | 0.6 | 0.53 |
| Hex | 6F | CF | 41 | 2E | 0 | 45 | 13 | 65 | 3C | 35 |
| Octal | 157 | 317 | 101 | 56 | 0 | 105 | 23 | 145 | 74 | 65 |
| Binary | 1101111 | 11001111 | 1000001 | 101110 | 0 | 1000101 | 10011 | 1100101 | 111100 | 110101 |
Color Harmonies of #6FCF41
Complementary color
Monochromatic Colors of #6FCF41
Black with #6FCF41
Text Example
Text Example
White with #6FCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF41; }
p { color: rgb(111,207,65); }
H1.HeaderClassName
{
color: #6FCF41;
}
.AnyTagClassName
{
color: #6FCF41;
}
</style>
background-color css
<style>
a { background-color: #6FCF41; }
a { background-color: rgb(111,207,65); }
div.DivClassName
{
background-color: #6FCF41;
}
.BgClassName
{
background-color: #6FCF41;
}
</style>
border-color css
<style>
span { border-color: #6FCF41; }
span { border-color: rgb(111,207,65); }
td.TdClassName
{
border-color: #6FCF41;
}
.TagClassName
{
border-color: #6FCF41;
}
</style>