Shades of Apple #6DCD41
Tints of Apple #6DCD41
RGB
CMYK
RGB Variations
Color information
#6DCD41 (or 0x6DCD41) is known color: Apple. HEX triplet: 6D, CD and 41. RGB value is (109,205,65). Sum of RGB (Red+Green+Blue) = 109+205+65=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCD41 is #9232BE. Grayscale: #A0A0A0. Windows color (decimal): -9581247 or 4312429. OLE color: 4312429.
HSL color Cylindrical-coordinate representation of color #6DCD41: hue angle of 101.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DCD41 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 65 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.20 |
| HSL | 101.14º | 0.58% | 0.53% | - |
| HSV(B) | 101.14º | 0.68% | 0.8% | - |
| XYZ | 29.09 | 47.3 | 12.6 | - |
| YUV | 160.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 65 | 0.47 | 0 | 0.68 | 0.20 | 101.14 | 0.58 | 0.53 |
| Hex | 6D | CD | 41 | 2F | 0 | 44 | 14 | 65 | 3A | 35 |
| Octal | 155 | 315 | 101 | 57 | 0 | 104 | 24 | 145 | 72 | 65 |
| Binary | 1101101 | 11001101 | 1000001 | 101111 | 0 | 1000100 | 10100 | 1100101 | 111010 | 110101 |
Color Harmonies of #6DCD41
Complementary color
Monochromatic Colors of #6DCD41
Black with #6DCD41
Text Example
Text Example
White with #6DCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD41; }
p { color: rgb(109,205,65); }
H1.HeaderClassName
{
color: #6DCD41;
}
.AnyTagClassName
{
color: #6DCD41;
}
</style>
background-color css
<style>
a { background-color: #6DCD41; }
a { background-color: rgb(109,205,65); }
div.DivClassName
{
background-color: #6DCD41;
}
.BgClassName
{
background-color: #6DCD41;
}
</style>
border-color css
<style>
span { border-color: #6DCD41; }
span { border-color: rgb(109,205,65); }
td.TdClassName
{
border-color: #6DCD41;
}
.TagClassName
{
border-color: #6DCD41;
}
</style>