Shades of Kelly Green #3DC914
Tints of Kelly Green #3DC914
RGB
CMYK
RGB Variations
Color information
#3DC914 (or 0x3DC914) is known color: Kelly Green. HEX triplet: 3D, C9 and 14. RGB value is (61,201,20). Sum of RGB (Red+Green+Blue) = 61+201+20=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC914 is #C236EB. Grayscale: #8B8B8B. Windows color (decimal): -12728044 or 1362237. OLE color: 1362237.
HSL color Cylindrical-coordinate representation of color #3DC914: hue angle of 106.41º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DC914 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 20 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.21 |
| HSL | 106.41º | 0.82% | 0.43% | - |
| HSV(B) | 106.41º | 0.9% | 0.79% | - |
| XYZ | 22.94 | 42.82 | 7.72 | - |
| YUV | 138.51 | 61.12 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 20 | 0.70 | 0 | 0.90 | 0.21 | 106.41 | 0.82 | 0.43 |
| Hex | 3D | C9 | 14 | 46 | 0 | 5A | 15 | 6A | 52 | 2B |
| Octal | 75 | 311 | 24 | 106 | 0 | 132 | 25 | 152 | 122 | 53 |
| Binary | 111101 | 11001001 | 10100 | 1000110 | 0 | 1011010 | 10101 | 1101010 | 1010010 | 101011 |
Color Harmonies of #3DC914
Complementary color
Monochromatic Colors of #3DC914
Black with #3DC914
Text Example
Text Example
White with #3DC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC914; }
p { color: rgb(61,201,20); }
H1.HeaderClassName
{
color: #3DC914;
}
.AnyTagClassName
{
color: #3DC914;
}
</style>
background-color css
<style>
a { background-color: #3DC914; }
a { background-color: rgb(61,201,20); }
div.DivClassName
{
background-color: #3DC914;
}
.BgClassName
{
background-color: #3DC914;
}
</style>
border-color css
<style>
span { border-color: #3DC914; }
span { border-color: rgb(61,201,20); }
td.TdClassName
{
border-color: #3DC914;
}
.TagClassName
{
border-color: #3DC914;
}
</style>