Shades of Apple #6DB45C
Tints of Apple #6DB45C
RGB
CMYK
RGB Variations
Color information
#6DB45C (or 0x6DB45C) is known color: Apple. HEX triplet: 6D, B4 and 5C. RGB value is (109,180,92). Sum of RGB (Red+Green+Blue) = 109+180+92=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB45C is #924BA3. Grayscale: #959595. Windows color (decimal): -9587620 or 6075501. OLE color: 6075501.
HSL color Cylindrical-coordinate representation of color #6DB45C: hue angle of 108.41º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DB45C is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 92 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.29 |
| HSL | 108.41º | 0.37% | 0.53% | - |
| HSV(B) | 108.41º | 0.49% | 0.71% | - |
| XYZ | 24.56 | 36.67 | 15.91 | - |
| YUV | 148.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 92 | 0.39 | 0 | 0.49 | 0.29 | 108.41 | 0.37 | 0.53 |
| Hex | 6D | B4 | 5C | 27 | 0 | 31 | 1D | 6C | 25 | 35 |
| Octal | 155 | 264 | 134 | 47 | 0 | 61 | 35 | 154 | 45 | 65 |
| Binary | 1101101 | 10110100 | 1011100 | 100111 | 0 | 110001 | 11101 | 1101100 | 100101 | 110101 |
Color Harmonies of #6DB45C
Complementary color
Monochromatic Colors of #6DB45C
Black with #6DB45C
Text Example
Text Example
White with #6DB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB45C; }
p { color: rgb(109,180,92); }
H1.HeaderClassName
{
color: #6DB45C;
}
.AnyTagClassName
{
color: #6DB45C;
}
</style>
background-color css
<style>
a { background-color: #6DB45C; }
a { background-color: rgb(109,180,92); }
div.DivClassName
{
background-color: #6DB45C;
}
.BgClassName
{
background-color: #6DB45C;
}
</style>
border-color css
<style>
span { border-color: #6DB45C; }
span { border-color: rgb(109,180,92); }
td.TdClassName
{
border-color: #6DB45C;
}
.TagClassName
{
border-color: #6DB45C;
}
</style>