Shades of Apple #6DC552
Tints of Apple #6DC552
RGB
CMYK
RGB Variations
Color information
#6DC552 (or 0x6DC552) is known color: Apple. HEX triplet: 6D, C5 and 52. RGB value is (109,197,82). Sum of RGB (Red+Green+Blue) = 109+197+82=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC552 is #923AAD. Grayscale: #9D9D9D. Windows color (decimal): -9583278 or 5424493. OLE color: 5424493.
HSL color Cylindrical-coordinate representation of color #6DC552: hue angle of 105.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DC552 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 82 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.23 |
| HSL | 105.91º | 0.5% | 0.55% | - |
| HSV(B) | 105.91º | 0.58% | 0.77% | - |
| XYZ | 27.8 | 43.79 | 14.97 | - |
| YUV | 157.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 82 | 0.45 | 0 | 0.58 | 0.23 | 105.91 | 0.5 | 0.55 |
| Hex | 6D | C5 | 52 | 2D | 0 | 3A | 17 | 6A | 32 | 37 |
| Octal | 155 | 305 | 122 | 55 | 0 | 72 | 27 | 152 | 62 | 67 |
| Binary | 1101101 | 11000101 | 1010010 | 101101 | 0 | 111010 | 10111 | 1101010 | 110010 | 110111 |
Color Harmonies of #6DC552
Complementary color
Monochromatic Colors of #6DC552
Black with #6DC552
Text Example
Text Example
White with #6DC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC552; }
p { color: rgb(109,197,82); }
H1.HeaderClassName
{
color: #6DC552;
}
.AnyTagClassName
{
color: #6DC552;
}
</style>
background-color css
<style>
a { background-color: #6DC552; }
a { background-color: rgb(109,197,82); }
div.DivClassName
{
background-color: #6DC552;
}
.BgClassName
{
background-color: #6DC552;
}
</style>
border-color css
<style>
span { border-color: #6DC552; }
span { border-color: rgb(109,197,82); }
td.TdClassName
{
border-color: #6DC552;
}
.TagClassName
{
border-color: #6DC552;
}
</style>