Shades of Kelly Green #3DAC05
Tints of Kelly Green #3DAC05
RGB
CMYK
RGB Variations
Color information
#3DAC05 (or 0x3DAC05) is known color: Kelly Green. HEX triplet: 3D, AC and 05. RGB value is (61,172,5). Sum of RGB (Red+Green+Blue) = 61+172+5=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAC05 is #C253FA. Grayscale: #787878. Windows color (decimal): -12735483 or 371773. OLE color: 371773.
HSL color Cylindrical-coordinate representation of color #3DAC05: hue angle of 99.88º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DAC05 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.33 |
| HSL | 99.88º | 0.94% | 0.35% | - |
| HSV(B) | 99.88º | 0.97% | 0.67% | - |
| XYZ | 16.7 | 30.51 | 5.15 | - |
| YUV | 119.77 | 63.23 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 5 | 0.65 | 0 | 0.97 | 0.33 | 99.88 | 0.94 | 0.35 |
| Hex | 3D | AC | 5 | 41 | 0 | 61 | 21 | 64 | 5E | 23 |
| Octal | 75 | 254 | 5 | 101 | 0 | 141 | 41 | 144 | 136 | 43 |
| Binary | 111101 | 10101100 | 101 | 1000001 | 0 | 1100001 | 100001 | 1100100 | 1011110 | 100011 |
Color Harmonies of #3DAC05
Complementary color
Monochromatic Colors of #3DAC05
Black with #3DAC05
Text Example
Text Example
White with #3DAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC05; }
p { color: rgb(61,172,5); }
H1.HeaderClassName
{
color: #3DAC05;
}
.AnyTagClassName
{
color: #3DAC05;
}
</style>
background-color css
<style>
a { background-color: #3DAC05; }
a { background-color: rgb(61,172,5); }
div.DivClassName
{
background-color: #3DAC05;
}
.BgClassName
{
background-color: #3DAC05;
}
</style>
border-color css
<style>
span { border-color: #3DAC05; }
span { border-color: rgb(61,172,5); }
td.TdClassName
{
border-color: #3DAC05;
}
.TagClassName
{
border-color: #3DAC05;
}
</style>