Shades of Kelly Green #3CBD16
Tints of Kelly Green #3CBD16
RGB
CMYK
RGB Variations
Color information
#3CBD16 (or 0x3CBD16) is known color: Kelly Green. HEX triplet: 3C, BD and 16. RGB value is (60,189,22). Sum of RGB (Red+Green+Blue) = 60+189+22=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBD16 is #C342E9. Grayscale: #838383. Windows color (decimal): -12796650 or 1490236. OLE color: 1490236.
HSL color Cylindrical-coordinate representation of color #3CBD16: hue angle of 106.35º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CBD16 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 22 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.26 |
| HSL | 106.35º | 0.79% | 0.41% | - |
| HSV(B) | 106.35º | 0.88% | 0.74% | - |
| XYZ | 20.21 | 37.41 | 6.92 | - |
| YUV | 131.39 | 66.26 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 22 | 0.68 | 0 | 0.88 | 0.26 | 106.35 | 0.79 | 0.41 |
| Hex | 3C | BD | 16 | 44 | 0 | 58 | 1A | 6A | 4F | 29 |
| Octal | 74 | 275 | 26 | 104 | 0 | 130 | 32 | 152 | 117 | 51 |
| Binary | 111100 | 10111101 | 10110 | 1000100 | 0 | 1011000 | 11010 | 1101010 | 1001111 | 101001 |
Color Harmonies of #3CBD16
Complementary color
Monochromatic Colors of #3CBD16
Black with #3CBD16
Text Example
Text Example
White with #3CBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD16; }
p { color: rgb(60,189,22); }
H1.HeaderClassName
{
color: #3CBD16;
}
.AnyTagClassName
{
color: #3CBD16;
}
</style>
background-color css
<style>
a { background-color: #3CBD16; }
a { background-color: rgb(60,189,22); }
div.DivClassName
{
background-color: #3CBD16;
}
.BgClassName
{
background-color: #3CBD16;
}
</style>
border-color css
<style>
span { border-color: #3CBD16; }
span { border-color: rgb(60,189,22); }
td.TdClassName
{
border-color: #3CBD16;
}
.TagClassName
{
border-color: #3CBD16;
}
</style>