Shades of Apple #6DC548
Tints of Apple #6DC548
RGB
CMYK
RGB Variations
Color information
#6DC548 (or 0x6DC548) is known color: Apple. HEX triplet: 6D, C5 and 48. RGB value is (109,197,72). Sum of RGB (Red+Green+Blue) = 109+197+72=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC548 is #923AB7. Grayscale: #9C9C9C. Windows color (decimal): -9583288 or 4769133. OLE color: 4769133.
HSL color Cylindrical-coordinate representation of color #6DC548: hue angle of 102.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DC548 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 72 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.23 |
| HSL | 102.24º | 0.52% | 0.53% | - |
| HSV(B) | 102.24º | 0.63% | 0.77% | - |
| XYZ | 27.44 | 43.65 | 13.11 | - |
| YUV | 156.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 72 | 0.45 | 0 | 0.63 | 0.23 | 102.24 | 0.52 | 0.53 |
| Hex | 6D | C5 | 48 | 2D | 0 | 3F | 17 | 66 | 34 | 35 |
| Octal | 155 | 305 | 110 | 55 | 0 | 77 | 27 | 146 | 64 | 65 |
| Binary | 1101101 | 11000101 | 1001000 | 101101 | 0 | 111111 | 10111 | 1100110 | 110100 | 110101 |
Color Harmonies of #6DC548
Complementary color
Monochromatic Colors of #6DC548
Black with #6DC548
Text Example
Text Example
White with #6DC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC548; }
p { color: rgb(109,197,72); }
H1.HeaderClassName
{
color: #6DC548;
}
.AnyTagClassName
{
color: #6DC548;
}
</style>
background-color css
<style>
a { background-color: #6DC548; }
a { background-color: rgb(109,197,72); }
div.DivClassName
{
background-color: #6DC548;
}
.BgClassName
{
background-color: #6DC548;
}
</style>
border-color css
<style>
span { border-color: #6DC548; }
span { border-color: rgb(109,197,72); }
td.TdClassName
{
border-color: #6DC548;
}
.TagClassName
{
border-color: #6DC548;
}
</style>