Shades of Kelly Green #3CBA05
Tints of Kelly Green #3CBA05
RGB
CMYK
RGB Variations
Color information
#3CBA05 (or 0x3CBA05) is known color: Kelly Green. HEX triplet: 3C, BA and 05. RGB value is (60,186,5). Sum of RGB (Red+Green+Blue) = 60+186+5=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBA05 is #C345FA. Grayscale: #808080. Windows color (decimal): -12797435 or 375356. OLE color: 375356.
HSL color Cylindrical-coordinate representation of color #3CBA05: hue angle of 101.77º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CBA05 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 5 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.27 |
| HSL | 101.77º | 0.95% | 0.37% | - |
| HSV(B) | 101.77º | 0.97% | 0.73% | - |
| XYZ | 19.45 | 36.09 | 6.08 | - |
| YUV | 127.69 | 58.76 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 5 | 0.68 | 0 | 0.97 | 0.27 | 101.77 | 0.95 | 0.37 |
| Hex | 3C | BA | 5 | 44 | 0 | 61 | 1B | 66 | 5F | 25 |
| Octal | 74 | 272 | 5 | 104 | 0 | 141 | 33 | 146 | 137 | 45 |
| Binary | 111100 | 10111010 | 101 | 1000100 | 0 | 1100001 | 11011 | 1100110 | 1011111 | 100101 |
Color Harmonies of #3CBA05
Complementary color
Monochromatic Colors of #3CBA05
Black with #3CBA05
Text Example
Text Example
White with #3CBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA05; }
p { color: rgb(60,186,5); }
H1.HeaderClassName
{
color: #3CBA05;
}
.AnyTagClassName
{
color: #3CBA05;
}
</style>
background-color css
<style>
a { background-color: #3CBA05; }
a { background-color: rgb(60,186,5); }
div.DivClassName
{
background-color: #3CBA05;
}
.BgClassName
{
background-color: #3CBA05;
}
</style>
border-color css
<style>
span { border-color: #3CBA05; }
span { border-color: rgb(60,186,5); }
td.TdClassName
{
border-color: #3CBA05;
}
.TagClassName
{
border-color: #3CBA05;
}
</style>