Shades of Apple #6DB35F
Tints of Apple #6DB35F
RGB
CMYK
RGB Variations
Color information
#6DB35F (or 0x6DB35F) is known color: Apple. HEX triplet: 6D, B3 and 5F. RGB value is (109,179,95). Sum of RGB (Red+Green+Blue) = 109+179+95=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB35F is #924CA0. Grayscale: #949494. Windows color (decimal): -9587873 or 6271853. OLE color: 6271853.
HSL color Cylindrical-coordinate representation of color #6DB35F: hue angle of 110º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DB35F is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 95 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.30 |
| HSL | 110º | 0.36% | 0.54% | - |
| HSV(B) | 110º | 0.47% | 0.7% | - |
| XYZ | 24.49 | 36.32 | 16.55 | - |
| YUV | 148.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 95 | 0.39 | 0 | 0.47 | 0.30 | 110 | 0.36 | 0.54 |
| Hex | 6D | B3 | 5F | 27 | 0 | 2F | 1E | 6E | 24 | 36 |
| Octal | 155 | 263 | 137 | 47 | 0 | 57 | 36 | 156 | 44 | 66 |
| Binary | 1101101 | 10110011 | 1011111 | 100111 | 0 | 101111 | 11110 | 1101110 | 100100 | 110110 |
Color Harmonies of #6DB35F
Complementary color
Monochromatic Colors of #6DB35F
Black with #6DB35F
Text Example
Text Example
White with #6DB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB35F; }
p { color: rgb(109,179,95); }
H1.HeaderClassName
{
color: #6DB35F;
}
.AnyTagClassName
{
color: #6DB35F;
}
</style>
background-color css
<style>
a { background-color: #6DB35F; }
a { background-color: rgb(109,179,95); }
div.DivClassName
{
background-color: #6DB35F;
}
.BgClassName
{
background-color: #6DB35F;
}
</style>
border-color css
<style>
span { border-color: #6DB35F; }
span { border-color: rgb(109,179,95); }
td.TdClassName
{
border-color: #6DB35F;
}
.TagClassName
{
border-color: #6DB35F;
}
</style>