Shades of Apple #6DBD31
Tints of Apple #6DBD31
RGB
CMYK
RGB Variations
Color information
#6DBD31 (or 0x6DBD31) is known color: Apple. HEX triplet: 6D, BD and 31. RGB value is (109,189,49). Sum of RGB (Red+Green+Blue) = 109+189+49=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD31 is #9242CE. Grayscale: #959595. Windows color (decimal): -9585359 or 3259757. OLE color: 3259757.
HSL color Cylindrical-coordinate representation of color #6DBD31: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DBD31 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 49 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.26 |
| HSL | 94.29º | 0.59% | 0.47% | - |
| HSV(B) | 94.29º | 0.74% | 0.74% | - |
| XYZ | 25.06 | 39.87 | 9.28 | - |
| YUV | 149.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 49 | 0.42 | 0 | 0.74 | 0.26 | 94.29 | 0.59 | 0.47 |
| Hex | 6D | BD | 31 | 2A | 0 | 4A | 1A | 5E | 3B | 2F |
| Octal | 155 | 275 | 61 | 52 | 0 | 112 | 32 | 136 | 73 | 57 |
| Binary | 1101101 | 10111101 | 110001 | 101010 | 0 | 1001010 | 11010 | 1011110 | 111011 | 101111 |
Color Harmonies of #6DBD31
Complementary color
Monochromatic Colors of #6DBD31
Black with #6DBD31
Text Example
Text Example
White with #6DBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD31; }
p { color: rgb(109,189,49); }
H1.HeaderClassName
{
color: #6DBD31;
}
.AnyTagClassName
{
color: #6DBD31;
}
</style>
background-color css
<style>
a { background-color: #6DBD31; }
a { background-color: rgb(109,189,49); }
div.DivClassName
{
background-color: #6DBD31;
}
.BgClassName
{
background-color: #6DBD31;
}
</style>
border-color css
<style>
span { border-color: #6DBD31; }
span { border-color: rgb(109,189,49); }
td.TdClassName
{
border-color: #6DBD31;
}
.TagClassName
{
border-color: #6DBD31;
}
</style>