Shades of Kelly Green #3C9D08
Tints of Kelly Green #3C9D08
RGB
CMYK
RGB Variations
Color information
#3C9D08 (or 0x3C9D08) is known color: Kelly Green. HEX triplet: 3C, 9D and 08. RGB value is (60,157,8). Sum of RGB (Red+Green+Blue) = 60+157+8=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #3C9D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9D08 is #C362F7. Grayscale: #6F6F6F. Windows color (decimal): -12804856 or 564540. OLE color: 564540.
HSL color Cylindrical-coordinate representation of color #3C9D08: hue angle of 99.06º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C9D08 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 157 | 8 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.38 |
| HSL | 99.06º | 0.9% | 0.32% | - |
| HSV(B) | 99.06º | 0.95% | 0.62% | - |
| XYZ | 13.96 | 25.09 | 4.34 | - |
| YUV | 111.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 157 | 8 | 0.62 | 0 | 0.95 | 0.38 | 99.06 | 0.9 | 0.32 |
| Hex | 3C | 9D | 8 | 3E | 0 | 5F | 26 | 63 | 5A | 20 |
| Octal | 74 | 235 | 10 | 76 | 0 | 137 | 46 | 143 | 132 | 40 |
| Binary | 111100 | 10011101 | 1000 | 111110 | 0 | 1011111 | 100110 | 1100011 | 1011010 | 100000 |
Color Harmonies of #3C9D08
Complementary color
Monochromatic Colors of #3C9D08
Black with #3C9D08
Text Example
Text Example
White with #3C9D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9D08; }
p { color: rgb(60,157,8); }
H1.HeaderClassName
{
color: #3C9D08;
}
.AnyTagClassName
{
color: #3C9D08;
}
</style>
background-color css
<style>
a { background-color: #3C9D08; }
a { background-color: rgb(60,157,8); }
div.DivClassName
{
background-color: #3C9D08;
}
.BgClassName
{
background-color: #3C9D08;
}
</style>
border-color css
<style>
span { border-color: #3C9D08; }
span { border-color: rgb(60,157,8); }
td.TdClassName
{
border-color: #3C9D08;
}
.TagClassName
{
border-color: #3C9D08;
}
</style>