Shades of Apple #6DBD46
Tints of Apple #6DBD46
RGB
CMYK
RGB Variations
Color information
#6DBD46 (or 0x6DBD46) is known color: Apple. HEX triplet: 6D, BD and 46. RGB value is (109,189,70). Sum of RGB (Red+Green+Blue) = 109+189+70=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD46 is #9242B9. Grayscale: #979797. Windows color (decimal): -9585338 or 4636013. OLE color: 4636013.
HSL color Cylindrical-coordinate representation of color #6DBD46: hue angle of 100.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DBD46 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 70 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.26 |
| HSL | 100.34º | 0.47% | 0.51% | - |
| HSV(B) | 100.34º | 0.63% | 0.74% | - |
| XYZ | 25.61 | 40.09 | 12.18 | - |
| YUV | 151.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 70 | 0.42 | 0 | 0.63 | 0.26 | 100.34 | 0.47 | 0.51 |
| Hex | 6D | BD | 46 | 2A | 0 | 3F | 1A | 64 | 2F | 33 |
| Octal | 155 | 275 | 106 | 52 | 0 | 77 | 32 | 144 | 57 | 63 |
| Binary | 1101101 | 10111101 | 1000110 | 101010 | 0 | 111111 | 11010 | 1100100 | 101111 | 110011 |
Color Harmonies of #6DBD46
Complementary color
Monochromatic Colors of #6DBD46
Black with #6DBD46
Text Example
Text Example
White with #6DBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD46; }
p { color: rgb(109,189,70); }
H1.HeaderClassName
{
color: #6DBD46;
}
.AnyTagClassName
{
color: #6DBD46;
}
</style>
background-color css
<style>
a { background-color: #6DBD46; }
a { background-color: rgb(109,189,70); }
div.DivClassName
{
background-color: #6DBD46;
}
.BgClassName
{
background-color: #6DBD46;
}
</style>
border-color css
<style>
span { border-color: #6DBD46; }
span { border-color: rgb(109,189,70); }
td.TdClassName
{
border-color: #6DBD46;
}
.TagClassName
{
border-color: #6DBD46;
}
</style>