Shades of Kelly Green #3BC605
Tints of Kelly Green #3BC605
RGB
CMYK
RGB Variations
Color information
#3BC605 (or 0x3BC605) is known color: Kelly Green. HEX triplet: 3B, C6 and 05. RGB value is (59,198,5). Sum of RGB (Red+Green+Blue) = 59+198+5=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 198 (77.73% from 255 or 75.57% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC605 is #C439FA. Grayscale: #878787. Windows color (decimal): -12859899 or 378427. OLE color: 378427.
HSL color Cylindrical-coordinate representation of color #3BC605: hue angle of 103.21º degrees, saturation: 0.95, 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 #3BC605 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 5 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.22 |
| HSL | 103.21º | 0.95% | 0.4% | - |
| HSV(B) | 103.21º | 0.97% | 0.78% | - |
| XYZ | 22.03 | 41.33 | 6.96 | - |
| YUV | 134.44 | 54.95 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 5 | 0.70 | 0 | 0.97 | 0.22 | 103.21 | 0.95 | 0.4 |
| Hex | 3B | C6 | 5 | 46 | 0 | 61 | 16 | 67 | 5F | 28 |
| Octal | 73 | 306 | 5 | 106 | 0 | 141 | 26 | 147 | 137 | 50 |
| Binary | 111011 | 11000110 | 101 | 1000110 | 0 | 1100001 | 10110 | 1100111 | 1011111 | 101000 |
Color Harmonies of #3BC605
Complementary color
Monochromatic Colors of #3BC605
Black with #3BC605
Text Example
Text Example
White with #3BC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC605; }
p { color: rgb(59,198,5); }
H1.HeaderClassName
{
color: #3BC605;
}
.AnyTagClassName
{
color: #3BC605;
}
</style>
background-color css
<style>
a { background-color: #3BC605; }
a { background-color: rgb(59,198,5); }
div.DivClassName
{
background-color: #3BC605;
}
.BgClassName
{
background-color: #3BC605;
}
</style>
border-color css
<style>
span { border-color: #3BC605; }
span { border-color: rgb(59,198,5); }
td.TdClassName
{
border-color: #3BC605;
}
.TagClassName
{
border-color: #3BC605;
}
</style>