Shades of Kelly Green #6BD014
Tints of Kelly Green #6BD014
RGB
CMYK
RGB Variations
Color information
#6BD014 (or 0x6BD014) is known color: Kelly Green. HEX triplet: 6B, D0 and 14. RGB value is (107,208,20). Sum of RGB (Red+Green+Blue) = 107+208+20=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD014 is #942FEB. Grayscale: #9D9D9D. Windows color (decimal): -9711596 or 1364075. OLE color: 1364075.
HSL color Cylindrical-coordinate representation of color #6BD014: hue angle of 92.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BD014 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 20 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.18 |
| HSL | 92.23º | 0.82% | 0.45% | - |
| HSV(B) | 92.23º | 0.9% | 0.82% | - |
| XYZ | 28.75 | 48.29 | 8.47 | - |
| YUV | 156.37 | 51.04 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 20 | 0.49 | 0 | 0.90 | 0.18 | 92.23 | 0.82 | 0.45 |
| Hex | 6B | D0 | 14 | 31 | 0 | 5A | 12 | 5C | 52 | 2D |
| Octal | 153 | 320 | 24 | 61 | 0 | 132 | 22 | 134 | 122 | 55 |
| Binary | 1101011 | 11010000 | 10100 | 110001 | 0 | 1011010 | 10010 | 1011100 | 1010010 | 101101 |
Color Harmonies of #6BD014
Complementary color
Monochromatic Colors of #6BD014
Black with #6BD014
Text Example
Text Example
White with #6BD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD014; }
p { color: rgb(107,208,20); }
H1.HeaderClassName
{
color: #6BD014;
}
.AnyTagClassName
{
color: #6BD014;
}
</style>
background-color css
<style>
a { background-color: #6BD014; }
a { background-color: rgb(107,208,20); }
div.DivClassName
{
background-color: #6BD014;
}
.BgClassName
{
background-color: #6BD014;
}
</style>
border-color css
<style>
span { border-color: #6BD014; }
span { border-color: rgb(107,208,20); }
td.TdClassName
{
border-color: #6BD014;
}
.TagClassName
{
border-color: #6BD014;
}
</style>