Shades of Kelly Green #6BCD14
Tints of Kelly Green #6BCD14
RGB
CMYK
RGB Variations
Color information
#6BCD14 (or 0x6BCD14) is known color: Kelly Green. HEX triplet: 6B, CD and 14. RGB value is (107,205,20). Sum of RGB (Red+Green+Blue) = 107+205+20=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCD14 is #9432EB. Grayscale: #9B9B9B. Windows color (decimal): -9712364 or 1363307. OLE color: 1363307.
HSL color Cylindrical-coordinate representation of color #6BCD14: hue angle of 91.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BCD14 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 20 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.20 |
| HSL | 91.78º | 0.82% | 0.44% | - |
| HSV(B) | 91.78º | 0.9% | 0.8% | - |
| XYZ | 28.02 | 46.84 | 8.23 | - |
| YUV | 154.61 | 52.03 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 20 | 0.48 | 0 | 0.90 | 0.20 | 91.78 | 0.82 | 0.44 |
| Hex | 6B | CD | 14 | 30 | 0 | 5A | 14 | 5C | 52 | 2C |
| Octal | 153 | 315 | 24 | 60 | 0 | 132 | 24 | 134 | 122 | 54 |
| Binary | 1101011 | 11001101 | 10100 | 110000 | 0 | 1011010 | 10100 | 1011100 | 1010010 | 101100 |
Color Harmonies of #6BCD14
Complementary color
Monochromatic Colors of #6BCD14
Black with #6BCD14
Text Example
Text Example
White with #6BCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD14; }
p { color: rgb(107,205,20); }
H1.HeaderClassName
{
color: #6BCD14;
}
.AnyTagClassName
{
color: #6BCD14;
}
</style>
background-color css
<style>
a { background-color: #6BCD14; }
a { background-color: rgb(107,205,20); }
div.DivClassName
{
background-color: #6BCD14;
}
.BgClassName
{
background-color: #6BCD14;
}
</style>
border-color css
<style>
span { border-color: #6BCD14; }
span { border-color: rgb(107,205,20); }
td.TdClassName
{
border-color: #6BCD14;
}
.TagClassName
{
border-color: #6BCD14;
}
</style>