Shades of Kelly Green #6BD012
Tints of Kelly Green #6BD012
RGB
CMYK
RGB Variations
Color information
#6BD012 (or 0x6BD012) is known color: Kelly Green. HEX triplet: 6B, D0 and 12. RGB value is (107,208,18). Sum of RGB (Red+Green+Blue) = 107+208+18=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD012 is #942FED. Grayscale: #9C9C9C. Windows color (decimal): -9711598 or 1233003. OLE color: 1233003.
HSL color Cylindrical-coordinate representation of color #6BD012: hue angle of 91.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BD012 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 18 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.18 |
| HSL | 91.89º | 0.84% | 0.44% | - |
| HSV(B) | 91.89º | 0.91% | 0.82% | - |
| XYZ | 28.73 | 48.28 | 8.38 | - |
| YUV | 156.14 | 50.04 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 18 | 0.49 | 0 | 0.91 | 0.18 | 91.89 | 0.84 | 0.44 |
| Hex | 6B | D0 | 12 | 31 | 0 | 5B | 12 | 5C | 54 | 2C |
| Octal | 153 | 320 | 22 | 61 | 0 | 133 | 22 | 134 | 124 | 54 |
| Binary | 1101011 | 11010000 | 10010 | 110001 | 0 | 1011011 | 10010 | 1011100 | 1010100 | 101100 |
Color Harmonies of #6BD012
Complementary color
Monochromatic Colors of #6BD012
Black with #6BD012
Text Example
Text Example
White with #6BD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD012; }
p { color: rgb(107,208,18); }
H1.HeaderClassName
{
color: #6BD012;
}
.AnyTagClassName
{
color: #6BD012;
}
</style>
background-color css
<style>
a { background-color: #6BD012; }
a { background-color: rgb(107,208,18); }
div.DivClassName
{
background-color: #6BD012;
}
.BgClassName
{
background-color: #6BD012;
}
</style>
border-color css
<style>
span { border-color: #6BD012; }
span { border-color: rgb(107,208,18); }
td.TdClassName
{
border-color: #6BD012;
}
.TagClassName
{
border-color: #6BD012;
}
</style>