Shades of Kelly Green #3DB714
Tints of Kelly Green #3DB714
RGB
CMYK
RGB Variations
Color information
#3DB714 (or 0x3DB714) is known color: Kelly Green. HEX triplet: 3D, B7 and 14. RGB value is (61,183,20). Sum of RGB (Red+Green+Blue) = 61+183+20=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB714 is #C248EB. Grayscale: #808080. Windows color (decimal): -12732652 or 1357629. OLE color: 1357629.
HSL color Cylindrical-coordinate representation of color #3DB714: hue angle of 104.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DB714 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.28 |
| HSL | 104.91º | 0.8% | 0.4% | - |
| HSV(B) | 104.91º | 0.89% | 0.72% | - |
| XYZ | 18.98 | 34.91 | 6.4 | - |
| YUV | 127.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 20 | 0.67 | 0 | 0.89 | 0.28 | 104.91 | 0.8 | 0.4 |
| Hex | 3D | B7 | 14 | 43 | 0 | 59 | 1C | 69 | 50 | 28 |
| Octal | 75 | 267 | 24 | 103 | 0 | 131 | 34 | 151 | 120 | 50 |
| Binary | 111101 | 10110111 | 10100 | 1000011 | 0 | 1011001 | 11100 | 1101001 | 1010000 | 101000 |
Color Harmonies of #3DB714
Complementary color
Monochromatic Colors of #3DB714
Black with #3DB714
Text Example
Text Example
White with #3DB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB714; }
p { color: rgb(61,183,20); }
H1.HeaderClassName
{
color: #3DB714;
}
.AnyTagClassName
{
color: #3DB714;
}
</style>
background-color css
<style>
a { background-color: #3DB714; }
a { background-color: rgb(61,183,20); }
div.DivClassName
{
background-color: #3DB714;
}
.BgClassName
{
background-color: #3DB714;
}
</style>
border-color css
<style>
span { border-color: #3DB714; }
span { border-color: rgb(61,183,20); }
td.TdClassName
{
border-color: #3DB714;
}
.TagClassName
{
border-color: #3DB714;
}
</style>