Shades of Kelly Green #3DA408
Tints of Kelly Green #3DA408
RGB
CMYK
RGB Variations
Color information
#3DA408 (or 0x3DA408) is known color: Kelly Green. HEX triplet: 3D, A4 and 08. RGB value is (61,164,8). Sum of RGB (Red+Green+Blue) = 61+164+8=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 164 (64.45% from 255 or 70.39% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA408 is #C25BF7. Grayscale: #737373. Windows color (decimal): -12737528 or 566333. OLE color: 566333.
HSL color Cylindrical-coordinate representation of color #3DA408: hue angle of 99.62º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DA408 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 8 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.36 |
| HSL | 99.62º | 0.91% | 0.34% | - |
| HSV(B) | 99.62º | 0.95% | 0.64% | - |
| XYZ | 15.24 | 27.56 | 4.75 | - |
| YUV | 115.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 8 | 0.63 | 0 | 0.95 | 0.36 | 99.62 | 0.91 | 0.34 |
| Hex | 3D | A4 | 8 | 3F | 0 | 5F | 24 | 64 | 5B | 22 |
| Octal | 75 | 244 | 10 | 77 | 0 | 137 | 44 | 144 | 133 | 42 |
| Binary | 111101 | 10100100 | 1000 | 111111 | 0 | 1011111 | 100100 | 1100100 | 1011011 | 100010 |
Color Harmonies of #3DA408
Complementary color
Monochromatic Colors of #3DA408
Black with #3DA408
Text Example
Text Example
White with #3DA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA408; }
p { color: rgb(61,164,8); }
H1.HeaderClassName
{
color: #3DA408;
}
.AnyTagClassName
{
color: #3DA408;
}
</style>
background-color css
<style>
a { background-color: #3DA408; }
a { background-color: rgb(61,164,8); }
div.DivClassName
{
background-color: #3DA408;
}
.BgClassName
{
background-color: #3DA408;
}
</style>
border-color css
<style>
span { border-color: #3DA408; }
span { border-color: rgb(61,164,8); }
td.TdClassName
{
border-color: #3DA408;
}
.TagClassName
{
border-color: #3DA408;
}
</style>