Shades of Kelly Green #3CC807
Tints of Kelly Green #3CC807
RGB
CMYK
RGB Variations
Color information
#3CC807 (or 0x3CC807) is known color: Kelly Green. HEX triplet: 3C, C8 and 07. RGB value is (60,200,7). Sum of RGB (Red+Green+Blue) = 60+200+7=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC807 is #C337F8. Grayscale: #888888. Windows color (decimal): -12793849 or 510012. OLE color: 510012.
HSL color Cylindrical-coordinate representation of color #3CC807: hue angle of 103.52º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CC807 is Cyan = 0.7, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 7 | - |
| CMYK | 0.7 | 0 | 0.96 | 0.22 |
| HSL | 103.52º | 0.93% | 0.41% | - |
| HSV(B) | 103.52º | 0.97% | 0.78% | - |
| XYZ | 22.56 | 42.28 | 7.17 | - |
| YUV | 136.14 | 55.12 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 7 | 0.7 | 0 | 0.96 | 0.22 | 103.52 | 0.93 | 0.41 |
| Hex | 3C | C8 | 7 | 46 | 0 | 60 | 16 | 68 | 5D | 29 |
| Octal | 74 | 310 | 7 | 106 | 0 | 140 | 26 | 150 | 135 | 51 |
| Binary | 111100 | 11001000 | 111 | 1000110 | 0 | 1100000 | 10110 | 1101000 | 1011101 | 101001 |
Color Harmonies of #3CC807
Complementary color
Monochromatic Colors of #3CC807
Black with #3CC807
Text Example
Text Example
White with #3CC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC807; }
p { color: rgb(60,200,7); }
H1.HeaderClassName
{
color: #3CC807;
}
.AnyTagClassName
{
color: #3CC807;
}
</style>
background-color css
<style>
a { background-color: #3CC807; }
a { background-color: rgb(60,200,7); }
div.DivClassName
{
background-color: #3CC807;
}
.BgClassName
{
background-color: #3CC807;
}
</style>
border-color css
<style>
span { border-color: #3CC807; }
span { border-color: rgb(60,200,7); }
td.TdClassName
{
border-color: #3CC807;
}
.TagClassName
{
border-color: #3CC807;
}
</style>