Shades of Kelly Green #3CC706
Tints of Kelly Green #3CC706
RGB
CMYK
RGB Variations
Color information
#3CC706 (or 0x3CC706) is known color: Kelly Green. HEX triplet: 3C, C7 and 06. RGB value is (60,199,6). Sum of RGB (Red+Green+Blue) = 60+199+6=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 199 (78.12% from 255 or 75.09% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC706 is #C338F9. Grayscale: #888888. Windows color (decimal): -12794106 or 444220. OLE color: 444220.
HSL color Cylindrical-coordinate representation of color #3CC706: hue angle of 103.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CC706 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 6 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.22 |
| HSL | 103.21º | 0.94% | 0.4% | - |
| HSV(B) | 103.21º | 0.97% | 0.78% | - |
| XYZ | 22.32 | 41.82 | 7.07 | - |
| YUV | 135.44 | 54.95 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 6 | 0.70 | 0 | 0.97 | 0.22 | 103.21 | 0.94 | 0.4 |
| Hex | 3C | C7 | 6 | 46 | 0 | 61 | 16 | 67 | 5E | 28 |
| Octal | 74 | 307 | 6 | 106 | 0 | 141 | 26 | 147 | 136 | 50 |
| Binary | 111100 | 11000111 | 110 | 1000110 | 0 | 1100001 | 10110 | 1100111 | 1011110 | 101000 |
Color Harmonies of #3CC706
Complementary color
Monochromatic Colors of #3CC706
Black with #3CC706
Text Example
Text Example
White with #3CC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC706; }
p { color: rgb(60,199,6); }
H1.HeaderClassName
{
color: #3CC706;
}
.AnyTagClassName
{
color: #3CC706;
}
</style>
background-color css
<style>
a { background-color: #3CC706; }
a { background-color: rgb(60,199,6); }
div.DivClassName
{
background-color: #3CC706;
}
.BgClassName
{
background-color: #3CC706;
}
</style>
border-color css
<style>
span { border-color: #3CC706; }
span { border-color: rgb(60,199,6); }
td.TdClassName
{
border-color: #3CC706;
}
.TagClassName
{
border-color: #3CC706;
}
</style>