Shades of Apple #6FC052
Tints of Apple #6FC052
RGB
CMYK
RGB Variations
Color information
#6FC052 (or 0x6FC052) is known color: Apple. HEX triplet: 6F, C0 and 52. RGB value is (111,192,82). Sum of RGB (Red+Green+Blue) = 111+192+82=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC052 is #903FAD. Grayscale: #9B9B9B. Windows color (decimal): -9453486 or 5423215. OLE color: 5423215.
HSL color Cylindrical-coordinate representation of color #6FC052: hue angle of 104.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FC052 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 82 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.25 |
| HSL | 104.18º | 0.47% | 0.54% | - |
| HSV(B) | 104.18º | 0.57% | 0.75% | - |
| XYZ | 26.93 | 41.69 | 14.61 | - |
| YUV | 155.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 82 | 0.42 | 0 | 0.57 | 0.25 | 104.18 | 0.47 | 0.54 |
| Hex | 6F | C0 | 52 | 2A | 0 | 39 | 19 | 68 | 2F | 36 |
| Octal | 157 | 300 | 122 | 52 | 0 | 71 | 31 | 150 | 57 | 66 |
| Binary | 1101111 | 11000000 | 1010010 | 101010 | 0 | 111001 | 11001 | 1101000 | 101111 | 110110 |
Color Harmonies of #6FC052
Complementary color
Monochromatic Colors of #6FC052
Black with #6FC052
Text Example
Text Example
White with #6FC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC052; }
p { color: rgb(111,192,82); }
H1.HeaderClassName
{
color: #6FC052;
}
.AnyTagClassName
{
color: #6FC052;
}
</style>
background-color css
<style>
a { background-color: #6FC052; }
a { background-color: rgb(111,192,82); }
div.DivClassName
{
background-color: #6FC052;
}
.BgClassName
{
background-color: #6FC052;
}
</style>
border-color css
<style>
span { border-color: #6FC052; }
span { border-color: rgb(111,192,82); }
td.TdClassName
{
border-color: #6FC052;
}
.TagClassName
{
border-color: #6FC052;
}
</style>