Shades of Kelly Green #3BD805
Tints of Kelly Green #3BD805
RGB
CMYK
RGB Variations
Color information
#3BD805 (or 0x3BD805) is known color: Kelly Green. HEX triplet: 3B, D8 and 05. RGB value is (59,216,5). Sum of RGB (Red+Green+Blue) = 59+216+5=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD805 is #C427FA. Grayscale: #919191. Windows color (decimal): -12855291 or 383035. OLE color: 383035.
HSL color Cylindrical-coordinate representation of color #3BD805: hue angle of 104.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BD805 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 216 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.15 |
| HSL | 104.64º | 0.95% | 0.43% | - |
| HSV(B) | 104.64º | 0.98% | 0.85% | - |
| XYZ | 26.39 | 50.05 | 8.41 | - |
| YUV | 145 | 48.99 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 216 | 5 | 0.73 | 0 | 0.98 | 0.15 | 104.64 | 0.95 | 0.43 |
| Hex | 3B | D8 | 5 | 49 | 0 | 62 | F | 69 | 5F | 2B |
| Octal | 73 | 330 | 5 | 111 | 0 | 142 | 17 | 151 | 137 | 53 |
| Binary | 111011 | 11011000 | 101 | 1001001 | 0 | 1100010 | 1111 | 1101001 | 1011111 | 101011 |
Color Harmonies of #3BD805
Complementary color
Monochromatic Colors of #3BD805
Black with #3BD805
Text Example
Text Example
White with #3BD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD805; }
p { color: rgb(59,216,5); }
H1.HeaderClassName
{
color: #3BD805;
}
.AnyTagClassName
{
color: #3BD805;
}
</style>
background-color css
<style>
a { background-color: #3BD805; }
a { background-color: rgb(59,216,5); }
div.DivClassName
{
background-color: #3BD805;
}
.BgClassName
{
background-color: #3BD805;
}
</style>
border-color css
<style>
span { border-color: #3BD805; }
span { border-color: rgb(59,216,5); }
td.TdClassName
{
border-color: #3BD805;
}
.TagClassName
{
border-color: #3BD805;
}
</style>