Shades of Kelly Green #3DA001
Tints of Kelly Green #3DA001
RGB
CMYK
RGB Variations
Color information
#3DA001 (or 0x3DA001) is known color: Kelly Green. HEX triplet: 3D, A0 and 01. RGB value is (61,160,1). Sum of RGB (Red+Green+Blue) = 61+160+1=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 160 (62.89% from 255 or 72.07% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA001 is #C25FFE. Grayscale: #707070. Windows color (decimal): -12738559 or 106557. OLE color: 106557.
HSL color Cylindrical-coordinate representation of color #3DA001: hue angle of 97.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DA001 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.37 |
| HSL | 97.36º | 0.99% | 0.32% | - |
| HSV(B) | 97.36º | 0.99% | 0.63% | - |
| XYZ | 14.5 | 26.14 | 4.31 | - |
| YUV | 112.27 | 65.2 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 1 | 0.62 | 0 | 0.99 | 0.37 | 97.36 | 0.99 | 0.32 |
| Hex | 3D | A0 | 1 | 3E | 0 | 63 | 25 | 61 | 63 | 20 |
| Octal | 75 | 240 | 1 | 76 | 0 | 143 | 45 | 141 | 143 | 40 |
| Binary | 111101 | 10100000 | 1 | 111110 | 0 | 1100011 | 100101 | 1100001 | 1100011 | 100000 |
Color Harmonies of #3DA001
Complementary color
Monochromatic Colors of #3DA001
Black with #3DA001
Text Example
Text Example
White with #3DA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA001; }
p { color: rgb(61,160,1); }
H1.HeaderClassName
{
color: #3DA001;
}
.AnyTagClassName
{
color: #3DA001;
}
</style>
background-color css
<style>
a { background-color: #3DA001; }
a { background-color: rgb(61,160,1); }
div.DivClassName
{
background-color: #3DA001;
}
.BgClassName
{
background-color: #3DA001;
}
</style>
border-color css
<style>
span { border-color: #3DA001; }
span { border-color: rgb(61,160,1); }
td.TdClassName
{
border-color: #3DA001;
}
.TagClassName
{
border-color: #3DA001;
}
</style>