Shades of Apple #6FD742
Tints of Apple #6FD742
RGB
CMYK
RGB Variations
Color information
#6FD742 (or 0x6FD742) is known color: Apple. HEX triplet: 6F, D7 and 42. RGB value is (111,215,66). Sum of RGB (Red+Green+Blue) = 111+215+66=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD742 is #9028BD. Grayscale: #A7A7A7. Windows color (decimal): -9447614 or 4380527. OLE color: 4380527.
HSL color Cylindrical-coordinate representation of color #6FD742: hue angle of 101.88º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FD742 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 66 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.16 |
| HSL | 101.88º | 0.65% | 0.55% | - |
| HSV(B) | 101.88º | 0.69% | 0.84% | - |
| XYZ | 31.84 | 52.37 | 13.59 | - |
| YUV | 166.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 66 | 0.48 | 0 | 0.69 | 0.16 | 101.88 | 0.65 | 0.55 |
| Hex | 6F | D7 | 42 | 30 | 0 | 45 | 10 | 66 | 41 | 37 |
| Octal | 157 | 327 | 102 | 60 | 0 | 105 | 20 | 146 | 101 | 67 |
| Binary | 1101111 | 11010111 | 1000010 | 110000 | 0 | 1000101 | 10000 | 1100110 | 1000001 | 110111 |
Color Harmonies of #6FD742
Complementary color
Monochromatic Colors of #6FD742
Black with #6FD742
Text Example
Text Example
White with #6FD742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD742; }
p { color: rgb(111,215,66); }
H1.HeaderClassName
{
color: #6FD742;
}
.AnyTagClassName
{
color: #6FD742;
}
</style>
background-color css
<style>
a { background-color: #6FD742; }
a { background-color: rgb(111,215,66); }
div.DivClassName
{
background-color: #6FD742;
}
.BgClassName
{
background-color: #6FD742;
}
</style>
border-color css
<style>
span { border-color: #6FD742; }
span { border-color: rgb(111,215,66); }
td.TdClassName
{
border-color: #6FD742;
}
.TagClassName
{
border-color: #6FD742;
}
</style>