Shades of Apple #6BD031
Tints of Apple #6BD031
RGB
CMYK
RGB Variations
Color information
#6BD031 (or 0x6BD031) is known color: Apple. HEX triplet: 6B, D0 and 31. RGB value is (107,208,49). Sum of RGB (Red+Green+Blue) = 107+208+49=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD031 is #942FCE. Grayscale: #A0A0A0. Windows color (decimal): -9711567 or 3264619. OLE color: 3264619.
HSL color Cylindrical-coordinate representation of color #6BD031: hue angle of 98.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BD031 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 49 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.18 |
| HSL | 98.11º | 0.63% | 0.5% | - |
| HSV(B) | 98.11º | 0.76% | 0.82% | - |
| XYZ | 29.17 | 48.46 | 10.72 | - |
| YUV | 159.68 | 65.54 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 49 | 0.49 | 0 | 0.76 | 0.18 | 98.11 | 0.63 | 0.5 |
| Hex | 6B | D0 | 31 | 31 | 0 | 4C | 12 | 62 | 3F | 32 |
| Octal | 153 | 320 | 61 | 61 | 0 | 114 | 22 | 142 | 77 | 62 |
| Binary | 1101011 | 11010000 | 110001 | 110001 | 0 | 1001100 | 10010 | 1100010 | 111111 | 110010 |
Color Harmonies of #6BD031
Complementary color
Monochromatic Colors of #6BD031
Black with #6BD031
Text Example
Text Example
White with #6BD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD031; }
p { color: rgb(107,208,49); }
H1.HeaderClassName
{
color: #6BD031;
}
.AnyTagClassName
{
color: #6BD031;
}
</style>
background-color css
<style>
a { background-color: #6BD031; }
a { background-color: rgb(107,208,49); }
div.DivClassName
{
background-color: #6BD031;
}
.BgClassName
{
background-color: #6BD031;
}
</style>
border-color css
<style>
span { border-color: #6BD031; }
span { border-color: rgb(107,208,49); }
td.TdClassName
{
border-color: #6BD031;
}
.TagClassName
{
border-color: #6BD031;
}
</style>