Shades of Kelly Green #3DBF15
Tints of Kelly Green #3DBF15
RGB
CMYK
RGB Variations
Color information
#3DBF15 (or 0x3DBF15) is known color: Kelly Green. HEX triplet: 3D, BF and 15. RGB value is (61,191,21). Sum of RGB (Red+Green+Blue) = 61+191+21=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF15 is #C240EA. Grayscale: #858585. Windows color (decimal): -12730603 or 1425213. OLE color: 1425213.
HSL color Cylindrical-coordinate representation of color #3DBF15: hue angle of 105.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DBF15 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 21 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.25 |
| HSL | 105.88º | 0.8% | 0.42% | - |
| HSV(B) | 105.88º | 0.89% | 0.75% | - |
| XYZ | 20.69 | 38.31 | 7.01 | - |
| YUV | 132.75 | 64.93 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 21 | 0.68 | 0 | 0.89 | 0.25 | 105.88 | 0.8 | 0.42 |
| Hex | 3D | BF | 15 | 44 | 0 | 59 | 19 | 6A | 50 | 2A |
| Octal | 75 | 277 | 25 | 104 | 0 | 131 | 31 | 152 | 120 | 52 |
| Binary | 111101 | 10111111 | 10101 | 1000100 | 0 | 1011001 | 11001 | 1101010 | 1010000 | 101010 |
Color Harmonies of #3DBF15
Complementary color
Monochromatic Colors of #3DBF15
Black with #3DBF15
Text Example
Text Example
White with #3DBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF15; }
p { color: rgb(61,191,21); }
H1.HeaderClassName
{
color: #3DBF15;
}
.AnyTagClassName
{
color: #3DBF15;
}
</style>
background-color css
<style>
a { background-color: #3DBF15; }
a { background-color: rgb(61,191,21); }
div.DivClassName
{
background-color: #3DBF15;
}
.BgClassName
{
background-color: #3DBF15;
}
</style>
border-color css
<style>
span { border-color: #3DBF15; }
span { border-color: rgb(61,191,21); }
td.TdClassName
{
border-color: #3DBF15;
}
.TagClassName
{
border-color: #3DBF15;
}
</style>