Shades of Apple #6DBD55
Tints of Apple #6DBD55
RGB
CMYK
RGB Variations
Color information
#6DBD55 (or 0x6DBD55) is known color: Apple. HEX triplet: 6D, BD and 55. RGB value is (109,189,85). Sum of RGB (Red+Green+Blue) = 109+189+85=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD55 is #9242AA. Grayscale: #999999. Windows color (decimal): -9585323 or 5619053. OLE color: 5619053.
HSL color Cylindrical-coordinate representation of color #6DBD55: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DBD55 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 85 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.26 |
| HSL | 106.15º | 0.44% | 0.54% | - |
| HSV(B) | 106.15º | 0.55% | 0.74% | - |
| XYZ | 26.14 | 40.3 | 15 | - |
| YUV | 153.22 | 89.5 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 85 | 0.42 | 0 | 0.55 | 0.26 | 106.15 | 0.44 | 0.54 |
| Hex | 6D | BD | 55 | 2A | 0 | 37 | 1A | 6A | 2C | 36 |
| Octal | 155 | 275 | 125 | 52 | 0 | 67 | 32 | 152 | 54 | 66 |
| Binary | 1101101 | 10111101 | 1010101 | 101010 | 0 | 110111 | 11010 | 1101010 | 101100 | 110110 |
Color Harmonies of #6DBD55
Complementary color
Monochromatic Colors of #6DBD55
Black with #6DBD55
Text Example
Text Example
White with #6DBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD55; }
p { color: rgb(109,189,85); }
H1.HeaderClassName
{
color: #6DBD55;
}
.AnyTagClassName
{
color: #6DBD55;
}
</style>
background-color css
<style>
a { background-color: #6DBD55; }
a { background-color: rgb(109,189,85); }
div.DivClassName
{
background-color: #6DBD55;
}
.BgClassName
{
background-color: #6DBD55;
}
</style>
border-color css
<style>
span { border-color: #6DBD55; }
span { border-color: rgb(109,189,85); }
td.TdClassName
{
border-color: #6DBD55;
}
.TagClassName
{
border-color: #6DBD55;
}
</style>