Shades of Apple #6FD242
Tints of Apple #6FD242
RGB
CMYK
RGB Variations
Color information
#6FD242 (or 0x6FD242) is known color: Apple. HEX triplet: 6F, D2 and 42. RGB value is (111,210,66). Sum of RGB (Red+Green+Blue) = 111+210+66=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD242 is #902DBD. Grayscale: #A4A4A4. Windows color (decimal): -9448894 or 4379247. OLE color: 4379247.
HSL color Cylindrical-coordinate representation of color #6FD242: hue angle of 101.25º 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 #6FD242 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 66 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.18 |
| HSL | 101.25º | 0.62% | 0.54% | - |
| HSV(B) | 101.25º | 0.69% | 0.82% | - |
| XYZ | 30.59 | 49.87 | 13.17 | - |
| YUV | 163.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 66 | 0.47 | 0 | 0.69 | 0.18 | 101.25 | 0.62 | 0.54 |
| Hex | 6F | D2 | 42 | 2F | 0 | 45 | 12 | 65 | 3E | 36 |
| Octal | 157 | 322 | 102 | 57 | 0 | 105 | 22 | 145 | 76 | 66 |
| Binary | 1101111 | 11010010 | 1000010 | 101111 | 0 | 1000101 | 10010 | 1100101 | 111110 | 110110 |
Color Harmonies of #6FD242
Complementary color
Monochromatic Colors of #6FD242
Black with #6FD242
Text Example
Text Example
White with #6FD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD242; }
p { color: rgb(111,210,66); }
H1.HeaderClassName
{
color: #6FD242;
}
.AnyTagClassName
{
color: #6FD242;
}
</style>
background-color css
<style>
a { background-color: #6FD242; }
a { background-color: rgb(111,210,66); }
div.DivClassName
{
background-color: #6FD242;
}
.BgClassName
{
background-color: #6FD242;
}
</style>
border-color css
<style>
span { border-color: #6FD242; }
span { border-color: rgb(111,210,66); }
td.TdClassName
{
border-color: #6FD242;
}
.TagClassName
{
border-color: #6FD242;
}
</style>