Shades of Kelly Green #3DBB14
Tints of Kelly Green #3DBB14
RGB
CMYK
RGB Variations
Color information
#3DBB14 (or 0x3DBB14) is known color: Kelly Green. HEX triplet: 3D, BB and 14. RGB value is (61,187,20). Sum of RGB (Red+Green+Blue) = 61+187+20=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBB14 is #C244EB. Grayscale: #828282. Windows color (decimal): -12731628 or 1358653. OLE color: 1358653.
HSL color Cylindrical-coordinate representation of color #3DBB14: hue angle of 105.27º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DBB14 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.27 |
| HSL | 105.27º | 0.81% | 0.41% | - |
| HSV(B) | 105.27º | 0.89% | 0.73% | - |
| XYZ | 19.82 | 36.58 | 6.68 | - |
| YUV | 130.29 | 65.76 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 20 | 0.67 | 0 | 0.89 | 0.27 | 105.27 | 0.81 | 0.41 |
| Hex | 3D | BB | 14 | 43 | 0 | 59 | 1B | 69 | 51 | 29 |
| Octal | 75 | 273 | 24 | 103 | 0 | 131 | 33 | 151 | 121 | 51 |
| Binary | 111101 | 10111011 | 10100 | 1000011 | 0 | 1011001 | 11011 | 1101001 | 1010001 | 101001 |
Color Harmonies of #3DBB14
Complementary color
Monochromatic Colors of #3DBB14
Black with #3DBB14
Text Example
Text Example
White with #3DBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB14; }
p { color: rgb(61,187,20); }
H1.HeaderClassName
{
color: #3DBB14;
}
.AnyTagClassName
{
color: #3DBB14;
}
</style>
background-color css
<style>
a { background-color: #3DBB14; }
a { background-color: rgb(61,187,20); }
div.DivClassName
{
background-color: #3DBB14;
}
.BgClassName
{
background-color: #3DBB14;
}
</style>
border-color css
<style>
span { border-color: #3DBB14; }
span { border-color: rgb(61,187,20); }
td.TdClassName
{
border-color: #3DBB14;
}
.TagClassName
{
border-color: #3DBB14;
}
</style>