Shades of Kelly Green #6BD614
Tints of Kelly Green #6BD614
RGB
CMYK
RGB Variations
Color information
#6BD614 (or 0x6BD614) is known color: Kelly Green. HEX triplet: 6B, D6 and 14. RGB value is (107,214,20). Sum of RGB (Red+Green+Blue) = 107+214+20=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD614 is #9429EB. Grayscale: #A0A0A0. Windows color (decimal): -9710060 or 1365611. OLE color: 1365611.
HSL color Cylindrical-coordinate representation of color #6BD614: hue angle of 93.09º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BD614 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 214 | 20 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.16 |
| HSL | 93.09º | 0.83% | 0.46% | - |
| HSV(B) | 93.09º | 0.91% | 0.84% | - |
| XYZ | 30.24 | 51.27 | 8.96 | - |
| YUV | 159.89 | 49.05 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 214 | 20 | 0.50 | 0 | 0.91 | 0.16 | 93.09 | 0.83 | 0.46 |
| Hex | 6B | D6 | 14 | 32 | 0 | 5B | 10 | 5D | 53 | 2E |
| Octal | 153 | 326 | 24 | 62 | 0 | 133 | 20 | 135 | 123 | 56 |
| Binary | 1101011 | 11010110 | 10100 | 110010 | 0 | 1011011 | 10000 | 1011101 | 1010011 | 101110 |
Color Harmonies of #6BD614
Complementary color
Monochromatic Colors of #6BD614
Black with #6BD614
Text Example
Text Example
White with #6BD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD614; }
p { color: rgb(107,214,20); }
H1.HeaderClassName
{
color: #6BD614;
}
.AnyTagClassName
{
color: #6BD614;
}
</style>
background-color css
<style>
a { background-color: #6BD614; }
a { background-color: rgb(107,214,20); }
div.DivClassName
{
background-color: #6BD614;
}
.BgClassName
{
background-color: #6BD614;
}
</style>
border-color css
<style>
span { border-color: #6BD614; }
span { border-color: rgb(107,214,20); }
td.TdClassName
{
border-color: #6BD614;
}
.TagClassName
{
border-color: #6BD614;
}
</style>