Shades of Kelly Green #3DAC1B
Tints of Kelly Green #3DAC1B
RGB
CMYK
RGB Variations
Color information
#3DAC1B (or 0x3DAC1B) is known color: Kelly Green. HEX triplet: 3D, AC and 1B. RGB value is (61,172,27). Sum of RGB (Red+Green+Blue) = 61+172+27=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC1B is #C253E4. Grayscale: #7A7A7A. Windows color (decimal): -12735461 or 1813565. OLE color: 1813565.
HSL color Cylindrical-coordinate representation of color #3DAC1B: hue angle of 105.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DAC1B is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 27 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.33 |
| HSL | 105.93º | 0.73% | 0.39% | - |
| HSV(B) | 105.93º | 0.84% | 0.67% | - |
| XYZ | 16.87 | 30.58 | 6.05 | - |
| YUV | 122.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 27 | 0.65 | 0 | 0.84 | 0.33 | 105.93 | 0.73 | 0.39 |
| Hex | 3D | AC | 1B | 41 | 0 | 54 | 21 | 6A | 49 | 27 |
| Octal | 75 | 254 | 33 | 101 | 0 | 124 | 41 | 152 | 111 | 47 |
| Binary | 111101 | 10101100 | 11011 | 1000001 | 0 | 1010100 | 100001 | 1101010 | 1001001 | 100111 |
Color Harmonies of #3DAC1B
Complementary color
Monochromatic Colors of #3DAC1B
Black with #3DAC1B
Text Example
Text Example
White with #3DAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC1B; }
p { color: rgb(61,172,27); }
H1.HeaderClassName
{
color: #3DAC1B;
}
.AnyTagClassName
{
color: #3DAC1B;
}
</style>
background-color css
<style>
a { background-color: #3DAC1B; }
a { background-color: rgb(61,172,27); }
div.DivClassName
{
background-color: #3DAC1B;
}
.BgClassName
{
background-color: #3DAC1B;
}
</style>
border-color css
<style>
span { border-color: #3DAC1B; }
span { border-color: rgb(61,172,27); }
td.TdClassName
{
border-color: #3DAC1B;
}
.TagClassName
{
border-color: #3DAC1B;
}
</style>