Shades of Apple #6FCF42
Tints of Apple #6FCF42
RGB
CMYK
RGB Variations
Color information
#6FCF42 (or 0x6FCF42) is known color: Apple. HEX triplet: 6F, CF and 42. RGB value is (111,207,66). Sum of RGB (Red+Green+Blue) = 111+207+66=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF42 is #9030BD. Grayscale: #A2A2A2. Windows color (decimal): -9449662 or 4378479. OLE color: 4378479.
HSL color Cylindrical-coordinate representation of color #6FCF42: hue angle of 100.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FCF42 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 66 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.19 |
| HSL | 100.85º | 0.59% | 0.54% | - |
| HSV(B) | 100.85º | 0.68% | 0.81% | - |
| XYZ | 29.85 | 48.4 | 12.92 | - |
| YUV | 162.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 66 | 0.46 | 0 | 0.68 | 0.19 | 100.85 | 0.59 | 0.54 |
| Hex | 6F | CF | 42 | 2E | 0 | 44 | 13 | 65 | 3B | 36 |
| Octal | 157 | 317 | 102 | 56 | 0 | 104 | 23 | 145 | 73 | 66 |
| Binary | 1101111 | 11001111 | 1000010 | 101110 | 0 | 1000100 | 10011 | 1100101 | 111011 | 110110 |
Color Harmonies of #6FCF42
Complementary color
Monochromatic Colors of #6FCF42
Black with #6FCF42
Text Example
Text Example
White with #6FCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF42; }
p { color: rgb(111,207,66); }
H1.HeaderClassName
{
color: #6FCF42;
}
.AnyTagClassName
{
color: #6FCF42;
}
</style>
background-color css
<style>
a { background-color: #6FCF42; }
a { background-color: rgb(111,207,66); }
div.DivClassName
{
background-color: #6FCF42;
}
.BgClassName
{
background-color: #6FCF42;
}
</style>
border-color css
<style>
span { border-color: #6FCF42; }
span { border-color: rgb(111,207,66); }
td.TdClassName
{
border-color: #6FCF42;
}
.TagClassName
{
border-color: #6FCF42;
}
</style>