Shades of Apple #6DBA50
Tints of Apple #6DBA50
RGB
CMYK
RGB Variations
Color information
#6DBA50 (or 0x6DBA50) is known color: Apple. HEX triplet: 6D, BA and 50. RGB value is (109,186,80). Sum of RGB (Red+Green+Blue) = 109+186+80=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA50 is #9245AF. Grayscale: #979797. Windows color (decimal): -9586096 or 5290605. OLE color: 5290605.
HSL color Cylindrical-coordinate representation of color #6DBA50: hue angle of 103.58º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBA50 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 80 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.27 |
| HSL | 103.58º | 0.43% | 0.52% | - |
| HSV(B) | 103.58º | 0.57% | 0.73% | - |
| XYZ | 25.31 | 38.95 | 13.77 | - |
| YUV | 150.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 80 | 0.41 | 0 | 0.57 | 0.27 | 103.58 | 0.43 | 0.52 |
| Hex | 6D | BA | 50 | 29 | 0 | 39 | 1B | 68 | 2B | 34 |
| Octal | 155 | 272 | 120 | 51 | 0 | 71 | 33 | 150 | 53 | 64 |
| Binary | 1101101 | 10111010 | 1010000 | 101001 | 0 | 111001 | 11011 | 1101000 | 101011 | 110100 |
Color Harmonies of #6DBA50
Complementary color
Monochromatic Colors of #6DBA50
Black with #6DBA50
Text Example
Text Example
White with #6DBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA50; }
p { color: rgb(109,186,80); }
H1.HeaderClassName
{
color: #6DBA50;
}
.AnyTagClassName
{
color: #6DBA50;
}
</style>
background-color css
<style>
a { background-color: #6DBA50; }
a { background-color: rgb(109,186,80); }
div.DivClassName
{
background-color: #6DBA50;
}
.BgClassName
{
background-color: #6DBA50;
}
</style>
border-color css
<style>
span { border-color: #6DBA50; }
span { border-color: rgb(109,186,80); }
td.TdClassName
{
border-color: #6DBA50;
}
.TagClassName
{
border-color: #6DBA50;
}
</style>