Shades of Apple #6DBC31
Tints of Apple #6DBC31
RGB
CMYK
RGB Variations
Color information
#6DBC31 (or 0x6DBC31) is known color: Apple. HEX triplet: 6D, BC and 31. RGB value is (109,188,49). Sum of RGB (Red+Green+Blue) = 109+188+49=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC31 is #9243CE. Grayscale: #959595. Windows color (decimal): -9585615 or 3259501. OLE color: 3259501.
HSL color Cylindrical-coordinate representation of color #6DBC31: hue angle of 94.1º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DBC31 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 49 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.26 |
| HSL | 94.1º | 0.59% | 0.46% | - |
| HSV(B) | 94.1º | 0.74% | 0.74% | - |
| XYZ | 24.84 | 39.44 | 9.21 | - |
| YUV | 148.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 49 | 0.42 | 0 | 0.74 | 0.26 | 94.1 | 0.59 | 0.46 |
| Hex | 6D | BC | 31 | 2A | 0 | 4A | 1A | 5E | 3B | 2E |
| Octal | 155 | 274 | 61 | 52 | 0 | 112 | 32 | 136 | 73 | 56 |
| Binary | 1101101 | 10111100 | 110001 | 101010 | 0 | 1001010 | 11010 | 1011110 | 111011 | 101110 |
Color Harmonies of #6DBC31
Complementary color
Monochromatic Colors of #6DBC31
Black with #6DBC31
Text Example
Text Example
White with #6DBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC31; }
p { color: rgb(109,188,49); }
H1.HeaderClassName
{
color: #6DBC31;
}
.AnyTagClassName
{
color: #6DBC31;
}
</style>
background-color css
<style>
a { background-color: #6DBC31; }
a { background-color: rgb(109,188,49); }
div.DivClassName
{
background-color: #6DBC31;
}
.BgClassName
{
background-color: #6DBC31;
}
</style>
border-color css
<style>
span { border-color: #6DBC31; }
span { border-color: rgb(109,188,49); }
td.TdClassName
{
border-color: #6DBC31;
}
.TagClassName
{
border-color: #6DBC31;
}
</style>