Shades of Kelly Green #3BC805
Tints of Kelly Green #3BC805
RGB
CMYK
RGB Variations
Color information
#3BC805 (or 0x3BC805) is known color: Kelly Green. HEX triplet: 3B, C8 and 05. RGB value is (59,200,5). Sum of RGB (Red+Green+Blue) = 59+200+5=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 200 (78.52% from 255 or 75.76% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC805 is #C437FA. Grayscale: #888888. Windows color (decimal): -12859387 or 378939. OLE color: 378939.
HSL color Cylindrical-coordinate representation of color #3BC805: hue angle of 103.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BC805 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.22 |
| HSL | 103.38º | 0.95% | 0.4% | - |
| HSV(B) | 103.38º | 0.98% | 0.78% | - |
| XYZ | 22.49 | 42.25 | 7.11 | - |
| YUV | 135.61 | 54.29 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 5 | 0.70 | 0 | 0.98 | 0.22 | 103.38 | 0.95 | 0.4 |
| Hex | 3B | C8 | 5 | 46 | 0 | 62 | 16 | 67 | 5F | 28 |
| Octal | 73 | 310 | 5 | 106 | 0 | 142 | 26 | 147 | 137 | 50 |
| Binary | 111011 | 11001000 | 101 | 1000110 | 0 | 1100010 | 10110 | 1100111 | 1011111 | 101000 |
Color Harmonies of #3BC805
Complementary color
Monochromatic Colors of #3BC805
Black with #3BC805
Text Example
Text Example
White with #3BC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC805; }
p { color: rgb(59,200,5); }
H1.HeaderClassName
{
color: #3BC805;
}
.AnyTagClassName
{
color: #3BC805;
}
</style>
background-color css
<style>
a { background-color: #3BC805; }
a { background-color: rgb(59,200,5); }
div.DivClassName
{
background-color: #3BC805;
}
.BgClassName
{
background-color: #3BC805;
}
</style>
border-color css
<style>
span { border-color: #3BC805; }
span { border-color: rgb(59,200,5); }
td.TdClassName
{
border-color: #3BC805;
}
.TagClassName
{
border-color: #3BC805;
}
</style>