Shades of Kelly Green #6BCC10
Tints of Kelly Green #6BCC10
RGB
CMYK
RGB Variations
Color information
#6BCC10 (or 0x6BCC10) is known color: Kelly Green. HEX triplet: 6B, CC and 10. RGB value is (107,204,16). Sum of RGB (Red+Green+Blue) = 107+204+16=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 204 (80.08% from 255 or 62.39% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BCC10 is #9433EF. Grayscale: #9A9A9A. Windows color (decimal): -9712624 or 1100907. OLE color: 1100907.
HSL color Cylindrical-coordinate representation of color #6BCC10: hue angle of 90.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BCC10 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 16 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.2 |
| HSL | 90.96º | 0.85% | 0.43% | - |
| HSV(B) | 90.96º | 0.92% | 0.8% | - |
| XYZ | 27.75 | 46.35 | 7.97 | - |
| YUV | 153.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 16 | 0.48 | 0 | 0.92 | 0.2 | 90.96 | 0.85 | 0.43 |
| Hex | 6B | CC | 10 | 30 | 0 | 5C | 14 | 5B | 55 | 2B |
| Octal | 153 | 314 | 20 | 60 | 0 | 134 | 24 | 133 | 125 | 53 |
| Binary | 1101011 | 11001100 | 10000 | 110000 | 0 | 1011100 | 10100 | 1011011 | 1010101 | 101011 |
Color Harmonies of #6BCC10
Complementary color
Monochromatic Colors of #6BCC10
Black with #6BCC10
Text Example
Text Example
White with #6BCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC10; }
p { color: rgb(107,204,16); }
H1.HeaderClassName
{
color: #6BCC10;
}
.AnyTagClassName
{
color: #6BCC10;
}
</style>
background-color css
<style>
a { background-color: #6BCC10; }
a { background-color: rgb(107,204,16); }
div.DivClassName
{
background-color: #6BCC10;
}
.BgClassName
{
background-color: #6BCC10;
}
</style>
border-color css
<style>
span { border-color: #6BCC10; }
span { border-color: rgb(107,204,16); }
td.TdClassName
{
border-color: #6BCC10;
}
.TagClassName
{
border-color: #6BCC10;
}
</style>