Shades of Apple #6DB550
Tints of Apple #6DB550
RGB
CMYK
RGB Variations
Color information
#6DB550 (or 0x6DB550) is known color: Apple. HEX triplet: 6D, B5 and 50. RGB value is (109,181,80). Sum of RGB (Red+Green+Blue) = 109+181+80=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB550 is #924AAF. Grayscale: #949494. Windows color (decimal): -9587376 or 5289325. OLE color: 5289325.
HSL color Cylindrical-coordinate representation of color #6DB550: hue angle of 102.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DB550 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 80 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.29 |
| HSL | 102.77º | 0.41% | 0.51% | - |
| HSV(B) | 102.77º | 0.56% | 0.71% | - |
| XYZ | 24.28 | 36.88 | 13.43 | - |
| YUV | 147.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 80 | 0.40 | 0 | 0.56 | 0.29 | 102.77 | 0.41 | 0.51 |
| Hex | 6D | B5 | 50 | 28 | 0 | 38 | 1D | 67 | 29 | 33 |
| Octal | 155 | 265 | 120 | 50 | 0 | 70 | 35 | 147 | 51 | 63 |
| Binary | 1101101 | 10110101 | 1010000 | 101000 | 0 | 111000 | 11101 | 1100111 | 101001 | 110011 |
Color Harmonies of #6DB550
Complementary color
Monochromatic Colors of #6DB550
Black with #6DB550
Text Example
Text Example
White with #6DB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB550; }
p { color: rgb(109,181,80); }
H1.HeaderClassName
{
color: #6DB550;
}
.AnyTagClassName
{
color: #6DB550;
}
</style>
background-color css
<style>
a { background-color: #6DB550; }
a { background-color: rgb(109,181,80); }
div.DivClassName
{
background-color: #6DB550;
}
.BgClassName
{
background-color: #6DB550;
}
</style>
border-color css
<style>
span { border-color: #6DB550; }
span { border-color: rgb(109,181,80); }
td.TdClassName
{
border-color: #6DB550;
}
.TagClassName
{
border-color: #6DB550;
}
</style>