Shades of Apple #6BD231
Tints of Apple #6BD231
RGB
CMYK
RGB Variations
Color information
#6BD231 (or 0x6BD231) is known color: Apple. HEX triplet: 6B, D2 and 31. RGB value is (107,210,49). Sum of RGB (Red+Green+Blue) = 107+210+49=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD231 is #942DCE. Grayscale: #A1A1A1. Windows color (decimal): -9711055 or 3265131. OLE color: 3265131.
HSL color Cylindrical-coordinate representation of color #6BD231: hue angle of 98.39º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BD231 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 49 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.18 |
| HSL | 98.39º | 0.64% | 0.51% | - |
| HSV(B) | 98.39º | 0.77% | 0.82% | - |
| XYZ | 29.66 | 49.44 | 10.89 | - |
| YUV | 160.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 49 | 0.49 | 0 | 0.77 | 0.18 | 98.39 | 0.64 | 0.51 |
| Hex | 6B | D2 | 31 | 31 | 0 | 4D | 12 | 62 | 40 | 33 |
| Octal | 153 | 322 | 61 | 61 | 0 | 115 | 22 | 142 | 100 | 63 |
| Binary | 1101011 | 11010010 | 110001 | 110001 | 0 | 1001101 | 10010 | 1100010 | 1000000 | 110011 |
Color Harmonies of #6BD231
Complementary color
Monochromatic Colors of #6BD231
Black with #6BD231
Text Example
Text Example
White with #6BD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD231; }
p { color: rgb(107,210,49); }
H1.HeaderClassName
{
color: #6BD231;
}
.AnyTagClassName
{
color: #6BD231;
}
</style>
background-color css
<style>
a { background-color: #6BD231; }
a { background-color: rgb(107,210,49); }
div.DivClassName
{
background-color: #6BD231;
}
.BgClassName
{
background-color: #6BD231;
}
</style>
border-color css
<style>
span { border-color: #6BD231; }
span { border-color: rgb(107,210,49); }
td.TdClassName
{
border-color: #6BD231;
}
.TagClassName
{
border-color: #6BD231;
}
</style>