Shades of Apple #6DB35D
Tints of Apple #6DB35D
RGB
CMYK
RGB Variations
Color information
#6DB35D (or 0x6DB35D) is known color: Apple. HEX triplet: 6D, B3 and 5D. RGB value is (109,179,93). Sum of RGB (Red+Green+Blue) = 109+179+93=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB35D is #924CA2. Grayscale: #949494. Windows color (decimal): -9587875 or 6140781. OLE color: 6140781.
HSL color Cylindrical-coordinate representation of color #6DB35D: hue angle of 108.84º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DB35D is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 93 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.30 |
| HSL | 108.84º | 0.36% | 0.53% | - |
| HSV(B) | 108.84º | 0.48% | 0.7% | - |
| XYZ | 24.4 | 36.28 | 16.07 | - |
| YUV | 148.27 | 96.81 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 93 | 0.39 | 0 | 0.48 | 0.30 | 108.84 | 0.36 | 0.53 |
| Hex | 6D | B3 | 5D | 27 | 0 | 30 | 1E | 6D | 24 | 35 |
| Octal | 155 | 263 | 135 | 47 | 0 | 60 | 36 | 155 | 44 | 65 |
| Binary | 1101101 | 10110011 | 1011101 | 100111 | 0 | 110000 | 11110 | 1101101 | 100100 | 110101 |
Color Harmonies of #6DB35D
Complementary color
Monochromatic Colors of #6DB35D
Black with #6DB35D
Text Example
Text Example
White with #6DB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB35D; }
p { color: rgb(109,179,93); }
H1.HeaderClassName
{
color: #6DB35D;
}
.AnyTagClassName
{
color: #6DB35D;
}
</style>
background-color css
<style>
a { background-color: #6DB35D; }
a { background-color: rgb(109,179,93); }
div.DivClassName
{
background-color: #6DB35D;
}
.BgClassName
{
background-color: #6DB35D;
}
</style>
border-color css
<style>
span { border-color: #6DB35D; }
span { border-color: rgb(109,179,93); }
td.TdClassName
{
border-color: #6DB35D;
}
.TagClassName
{
border-color: #6DB35D;
}
</style>