Shades of Apple #6DBD3F
Tints of Apple #6DBD3F
RGB
CMYK
RGB Variations
Color information
#6DBD3F (or 0x6DBD3F) is known color: Apple. HEX triplet: 6D, BD and 3F. RGB value is (109,189,63). Sum of RGB (Red+Green+Blue) = 109+189+63=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD3F is #9242C0. Grayscale: #979797. Windows color (decimal): -9585345 or 4177261. OLE color: 4177261.
HSL color Cylindrical-coordinate representation of color #6DBD3F: hue angle of 98.1º degrees, saturation: 0.5, 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 #6DBD3F is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 63 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.26 |
| HSL | 98.1º | 0.5% | 0.49% | - |
| HSV(B) | 98.1º | 0.67% | 0.74% | - |
| XYZ | 25.4 | 40.01 | 11.09 | - |
| YUV | 150.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 63 | 0.42 | 0 | 0.67 | 0.26 | 98.1 | 0.5 | 0.49 |
| Hex | 6D | BD | 3F | 2A | 0 | 43 | 1A | 62 | 32 | 31 |
| Octal | 155 | 275 | 77 | 52 | 0 | 103 | 32 | 142 | 62 | 61 |
| Binary | 1101101 | 10111101 | 111111 | 101010 | 0 | 1000011 | 11010 | 1100010 | 110010 | 110001 |
Color Harmonies of #6DBD3F
Complementary color
Monochromatic Colors of #6DBD3F
Black with #6DBD3F
Text Example
Text Example
White with #6DBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD3F; }
p { color: rgb(109,189,63); }
H1.HeaderClassName
{
color: #6DBD3F;
}
.AnyTagClassName
{
color: #6DBD3F;
}
</style>
background-color css
<style>
a { background-color: #6DBD3F; }
a { background-color: rgb(109,189,63); }
div.DivClassName
{
background-color: #6DBD3F;
}
.BgClassName
{
background-color: #6DBD3F;
}
</style>
border-color css
<style>
span { border-color: #6DBD3F; }
span { border-color: rgb(109,189,63); }
td.TdClassName
{
border-color: #6DBD3F;
}
.TagClassName
{
border-color: #6DBD3F;
}
</style>