Shades of Kelly Green #6CCF13
Tints of Kelly Green #6CCF13
RGB
CMYK
RGB Variations
Color information
#6CCF13 (or 0x6CCF13) is known color: Kelly Green. HEX triplet: 6C, CF and 13. RGB value is (108,207,19). Sum of RGB (Red+Green+Blue) = 108+207+19=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCF13 is #9330EC. Grayscale: #9C9C9C. Windows color (decimal): -9646317 or 1298284. OLE color: 1298284.
HSL color Cylindrical-coordinate representation of color #6CCF13: hue angle of 91.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CCF13 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 19 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.19 |
| HSL | 91.6º | 0.83% | 0.44% | - |
| HSV(B) | 91.6º | 0.91% | 0.81% | - |
| XYZ | 28.61 | 47.86 | 8.35 | - |
| YUV | 155.97 | 50.7 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 19 | 0.48 | 0 | 0.91 | 0.19 | 91.6 | 0.83 | 0.44 |
| Hex | 6C | CF | 13 | 30 | 0 | 5B | 13 | 5C | 53 | 2C |
| Octal | 154 | 317 | 23 | 60 | 0 | 133 | 23 | 134 | 123 | 54 |
| Binary | 1101100 | 11001111 | 10011 | 110000 | 0 | 1011011 | 10011 | 1011100 | 1010011 | 101100 |
Color Harmonies of #6CCF13
Complementary color
Monochromatic Colors of #6CCF13
Black with #6CCF13
Text Example
Text Example
White with #6CCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF13; }
p { color: rgb(108,207,19); }
H1.HeaderClassName
{
color: #6CCF13;
}
.AnyTagClassName
{
color: #6CCF13;
}
</style>
background-color css
<style>
a { background-color: #6CCF13; }
a { background-color: rgb(108,207,19); }
div.DivClassName
{
background-color: #6CCF13;
}
.BgClassName
{
background-color: #6CCF13;
}
</style>
border-color css
<style>
span { border-color: #6CCF13; }
span { border-color: rgb(108,207,19); }
td.TdClassName
{
border-color: #6CCF13;
}
.TagClassName
{
border-color: #6CCF13;
}
</style>