Shades of Kelly Green #6CCF10
Tints of Kelly Green #6CCF10
RGB
CMYK
RGB Variations
Color information
#6CCF10 (or 0x6CCF10) is known color: Kelly Green. HEX triplet: 6C, CF and 10. RGB value is (108,207,16). Sum of RGB (Red+Green+Blue) = 108+207+16=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCF10 is #9330EF. Grayscale: #9C9C9C. Windows color (decimal): -9646320 or 1101676. OLE color: 1101676.
HSL color Cylindrical-coordinate representation of color #6CCF10: hue angle of 91.1º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CCF10 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 16 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.19 |
| HSL | 91.1º | 0.86% | 0.44% | - |
| HSV(B) | 91.1º | 0.92% | 0.81% | - |
| XYZ | 28.59 | 47.85 | 8.22 | - |
| YUV | 155.63 | 49.2 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 16 | 0.48 | 0 | 0.92 | 0.19 | 91.1 | 0.86 | 0.44 |
| Hex | 6C | CF | 10 | 30 | 0 | 5C | 13 | 5B | 56 | 2C |
| Octal | 154 | 317 | 20 | 60 | 0 | 134 | 23 | 133 | 126 | 54 |
| Binary | 1101100 | 11001111 | 10000 | 110000 | 0 | 1011100 | 10011 | 1011011 | 1010110 | 101100 |
Color Harmonies of #6CCF10
Complementary color
Monochromatic Colors of #6CCF10
Black with #6CCF10
Text Example
Text Example
White with #6CCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF10; }
p { color: rgb(108,207,16); }
H1.HeaderClassName
{
color: #6CCF10;
}
.AnyTagClassName
{
color: #6CCF10;
}
</style>
background-color css
<style>
a { background-color: #6CCF10; }
a { background-color: rgb(108,207,16); }
div.DivClassName
{
background-color: #6CCF10;
}
.BgClassName
{
background-color: #6CCF10;
}
</style>
border-color css
<style>
span { border-color: #6CCF10; }
span { border-color: rgb(108,207,16); }
td.TdClassName
{
border-color: #6CCF10;
}
.TagClassName
{
border-color: #6CCF10;
}
</style>