Shades of Kelly Green #3DA814
Tints of Kelly Green #3DA814
RGB
CMYK
RGB Variations
Color information
#3DA814 (or 0x3DA814) is known color: Kelly Green. HEX triplet: 3D, A8 and 14. RGB value is (61,168,20). Sum of RGB (Red+Green+Blue) = 61+168+20=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 168 (66.02% from 255 or 67.47% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA814 is #C257EB. Grayscale: #777777. Windows color (decimal): -12736492 or 1353789. OLE color: 1353789.
HSL color Cylindrical-coordinate representation of color #3DA814: hue angle of 103.38º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA814 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 20 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.34 |
| HSL | 103.38º | 0.79% | 0.37% | - |
| HSV(B) | 103.38º | 0.88% | 0.66% | - |
| XYZ | 16.05 | 29.05 | 5.42 | - |
| YUV | 119.14 | 72.05 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 20 | 0.64 | 0 | 0.88 | 0.34 | 103.38 | 0.79 | 0.37 |
| Hex | 3D | A8 | 14 | 40 | 0 | 58 | 22 | 67 | 4F | 25 |
| Octal | 75 | 250 | 24 | 100 | 0 | 130 | 42 | 147 | 117 | 45 |
| Binary | 111101 | 10101000 | 10100 | 1000000 | 0 | 1011000 | 100010 | 1100111 | 1001111 | 100101 |
Color Harmonies of #3DA814
Complementary color
Monochromatic Colors of #3DA814
Black with #3DA814
Text Example
Text Example
White with #3DA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA814; }
p { color: rgb(61,168,20); }
H1.HeaderClassName
{
color: #3DA814;
}
.AnyTagClassName
{
color: #3DA814;
}
</style>
background-color css
<style>
a { background-color: #3DA814; }
a { background-color: rgb(61,168,20); }
div.DivClassName
{
background-color: #3DA814;
}
.BgClassName
{
background-color: #3DA814;
}
</style>
border-color css
<style>
span { border-color: #3DA814; }
span { border-color: rgb(61,168,20); }
td.TdClassName
{
border-color: #3DA814;
}
.TagClassName
{
border-color: #3DA814;
}
</style>