Shades of Apple #6DC531
Tints of Apple #6DC531
RGB
CMYK
RGB Variations
Color information
#6DC531 (or 0x6DC531) is known color: Apple. HEX triplet: 6D, C5 and 31. RGB value is (109,197,49). Sum of RGB (Red+Green+Blue) = 109+197+49=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC531 is #923ACE. Grayscale: #9A9A9A. Windows color (decimal): -9583311 or 3261805. OLE color: 3261805.
HSL color Cylindrical-coordinate representation of color #6DC531: hue angle of 95.68º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DC531 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 49 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.23 |
| HSL | 95.68º | 0.6% | 0.48% | - |
| HSV(B) | 95.68º | 0.75% | 0.77% | - |
| XYZ | 26.83 | 43.41 | 9.87 | - |
| YUV | 153.82 | 68.85 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 49 | 0.45 | 0 | 0.75 | 0.23 | 95.68 | 0.6 | 0.48 |
| Hex | 6D | C5 | 31 | 2D | 0 | 4B | 17 | 60 | 3C | 30 |
| Octal | 155 | 305 | 61 | 55 | 0 | 113 | 27 | 140 | 74 | 60 |
| Binary | 1101101 | 11000101 | 110001 | 101101 | 0 | 1001011 | 10111 | 1100000 | 111100 | 110000 |
Color Harmonies of #6DC531
Complementary color
Monochromatic Colors of #6DC531
Black with #6DC531
Text Example
Text Example
White with #6DC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC531; }
p { color: rgb(109,197,49); }
H1.HeaderClassName
{
color: #6DC531;
}
.AnyTagClassName
{
color: #6DC531;
}
</style>
background-color css
<style>
a { background-color: #6DC531; }
a { background-color: rgb(109,197,49); }
div.DivClassName
{
background-color: #6DC531;
}
.BgClassName
{
background-color: #6DC531;
}
</style>
border-color css
<style>
span { border-color: #6DC531; }
span { border-color: rgb(109,197,49); }
td.TdClassName
{
border-color: #6DC531;
}
.TagClassName
{
border-color: #6DC531;
}
</style>