Shades of Apple #6DBD3E
Tints of Apple #6DBD3E
RGB
CMYK
RGB Variations
Color information
#6DBD3E (or 0x6DBD3E) is known color: Apple. HEX triplet: 6D, BD and 3E. RGB value is (109,189,62). Sum of RGB (Red+Green+Blue) = 109+189+62=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD3E is #9242C1. Grayscale: #979797. Windows color (decimal): -9585346 or 4111725. OLE color: 4111725.
HSL color Cylindrical-coordinate representation of color #6DBD3E: hue angle of 97.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6DBD3E is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 62 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.26 |
| HSL | 97.8º | 0.51% | 0.49% | - |
| HSV(B) | 97.8º | 0.67% | 0.74% | - |
| XYZ | 25.37 | 39.99 | 10.94 | - |
| YUV | 150.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 62 | 0.42 | 0 | 0.67 | 0.26 | 97.8 | 0.51 | 0.49 |
| Hex | 6D | BD | 3E | 2A | 0 | 43 | 1A | 62 | 33 | 31 |
| Octal | 155 | 275 | 76 | 52 | 0 | 103 | 32 | 142 | 63 | 61 |
| Binary | 1101101 | 10111101 | 111110 | 101010 | 0 | 1000011 | 11010 | 1100010 | 110011 | 110001 |
Color Harmonies of #6DBD3E
Complementary color
Monochromatic Colors of #6DBD3E
Black with #6DBD3E
Text Example
Text Example
White with #6DBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD3E; }
p { color: rgb(109,189,62); }
H1.HeaderClassName
{
color: #6DBD3E;
}
.AnyTagClassName
{
color: #6DBD3E;
}
</style>
background-color css
<style>
a { background-color: #6DBD3E; }
a { background-color: rgb(109,189,62); }
div.DivClassName
{
background-color: #6DBD3E;
}
.BgClassName
{
background-color: #6DBD3E;
}
</style>
border-color css
<style>
span { border-color: #6DBD3E; }
span { border-color: rgb(109,189,62); }
td.TdClassName
{
border-color: #6DBD3E;
}
.TagClassName
{
border-color: #6DBD3E;
}
</style>