Shades of Kelly Green #3DAC08
Tints of Kelly Green #3DAC08
RGB
CMYK
RGB Variations
Color information
#3DAC08 (or 0x3DAC08) is known color: Kelly Green. HEX triplet: 3D, AC and 08. RGB value is (61,172,8). Sum of RGB (Red+Green+Blue) = 61+172+8=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 172 (67.58% from 255 or 71.37% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAC08 is #C253F7. Grayscale: #787878. Windows color (decimal): -12735480 or 568381. OLE color: 568381.
HSL color Cylindrical-coordinate representation of color #3DAC08: hue angle of 100.61º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DAC08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 8 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.33 |
| HSL | 100.61º | 0.91% | 0.35% | - |
| HSV(B) | 100.61º | 0.95% | 0.67% | - |
| XYZ | 16.72 | 30.51 | 5.24 | - |
| YUV | 120.12 | 64.73 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 8 | 0.65 | 0 | 0.95 | 0.33 | 100.61 | 0.91 | 0.35 |
| Hex | 3D | AC | 8 | 41 | 0 | 5F | 21 | 65 | 5B | 23 |
| Octal | 75 | 254 | 10 | 101 | 0 | 137 | 41 | 145 | 133 | 43 |
| Binary | 111101 | 10101100 | 1000 | 1000001 | 0 | 1011111 | 100001 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3DAC08
Complementary color
Monochromatic Colors of #3DAC08
Black with #3DAC08
Text Example
Text Example
White with #3DAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC08; }
p { color: rgb(61,172,8); }
H1.HeaderClassName
{
color: #3DAC08;
}
.AnyTagClassName
{
color: #3DAC08;
}
</style>
background-color css
<style>
a { background-color: #3DAC08; }
a { background-color: rgb(61,172,8); }
div.DivClassName
{
background-color: #3DAC08;
}
.BgClassName
{
background-color: #3DAC08;
}
</style>
border-color css
<style>
span { border-color: #3DAC08; }
span { border-color: rgb(61,172,8); }
td.TdClassName
{
border-color: #3DAC08;
}
.TagClassName
{
border-color: #3DAC08;
}
</style>