Shades of Kelly Green #3DA403
Tints of Kelly Green #3DA403
RGB
CMYK
RGB Variations
Color information
#3DA403 (or 0x3DA403) is known color: Kelly Green. HEX triplet: 3D, A4 and 03. RGB value is (61,164,3). Sum of RGB (Red+Green+Blue) = 61+164+3=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 164 (64.45% from 255 or 71.93% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA403 is #C25BFC. Grayscale: #737373. Windows color (decimal): -12737533 or 238653. OLE color: 238653.
HSL color Cylindrical-coordinate representation of color #3DA403: hue angle of 98.39º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DA403 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 3 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.36 |
| HSL | 98.39º | 0.96% | 0.33% | - |
| HSV(B) | 98.39º | 0.98% | 0.64% | - |
| XYZ | 15.22 | 27.55 | 4.6 | - |
| YUV | 114.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 3 | 0.63 | 0 | 0.98 | 0.36 | 98.39 | 0.96 | 0.33 |
| Hex | 3D | A4 | 3 | 3F | 0 | 62 | 24 | 62 | 60 | 21 |
| Octal | 75 | 244 | 3 | 77 | 0 | 142 | 44 | 142 | 140 | 41 |
| Binary | 111101 | 10100100 | 11 | 111111 | 0 | 1100010 | 100100 | 1100010 | 1100000 | 100001 |
Color Harmonies of #3DA403
Complementary color
Monochromatic Colors of #3DA403
Black with #3DA403
Text Example
Text Example
White with #3DA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA403; }
p { color: rgb(61,164,3); }
H1.HeaderClassName
{
color: #3DA403;
}
.AnyTagClassName
{
color: #3DA403;
}
</style>
background-color css
<style>
a { background-color: #3DA403; }
a { background-color: rgb(61,164,3); }
div.DivClassName
{
background-color: #3DA403;
}
.BgClassName
{
background-color: #3DA403;
}
</style>
border-color css
<style>
span { border-color: #3DA403; }
span { border-color: rgb(61,164,3); }
td.TdClassName
{
border-color: #3DA403;
}
.TagClassName
{
border-color: #3DA403;
}
</style>