Shades of Apple #6DB45D
Tints of Apple #6DB45D
RGB
CMYK
RGB Variations
Color information
#6DB45D (or 0x6DB45D) is known color: Apple. HEX triplet: 6D, B4 and 5D. RGB value is (109,180,93). Sum of RGB (Red+Green+Blue) = 109+180+93=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB45D is #924BA2. Grayscale: #959595. Windows color (decimal): -9587619 or 6141037. OLE color: 6141037.
HSL color Cylindrical-coordinate representation of color #6DB45D: hue angle of 108.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DB45D is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 93 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.29 |
| HSL | 108.97º | 0.37% | 0.54% | - |
| HSV(B) | 108.97º | 0.48% | 0.71% | - |
| XYZ | 24.6 | 36.68 | 16.14 | - |
| YUV | 148.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 93 | 0.39 | 0 | 0.48 | 0.29 | 108.97 | 0.37 | 0.54 |
| Hex | 6D | B4 | 5D | 27 | 0 | 30 | 1D | 6D | 25 | 36 |
| Octal | 155 | 264 | 135 | 47 | 0 | 60 | 35 | 155 | 45 | 66 |
| Binary | 1101101 | 10110100 | 1011101 | 100111 | 0 | 110000 | 11101 | 1101101 | 100101 | 110110 |
Color Harmonies of #6DB45D
Complementary color
Monochromatic Colors of #6DB45D
Black with #6DB45D
Text Example
Text Example
White with #6DB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB45D; }
p { color: rgb(109,180,93); }
H1.HeaderClassName
{
color: #6DB45D;
}
.AnyTagClassName
{
color: #6DB45D;
}
</style>
background-color css
<style>
a { background-color: #6DB45D; }
a { background-color: rgb(109,180,93); }
div.DivClassName
{
background-color: #6DB45D;
}
.BgClassName
{
background-color: #6DB45D;
}
</style>
border-color css
<style>
span { border-color: #6DB45D; }
span { border-color: rgb(109,180,93); }
td.TdClassName
{
border-color: #6DB45D;
}
.TagClassName
{
border-color: #6DB45D;
}
</style>