Shades of Kelly Green #3DB81C
Tints of Kelly Green #3DB81C
RGB
CMYK
RGB Variations
Color information
#3DB81C (or 0x3DB81C) is known color: Kelly Green. HEX triplet: 3D, B8 and 1C. RGB value is (61,184,28). Sum of RGB (Red+Green+Blue) = 61+184+28=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 184 (72.27% from 255 or 67.40% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB81C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB81C is #C247E3. Grayscale: #818181. Windows color (decimal): -12732388 or 1882173. OLE color: 1882173.
HSL color Cylindrical-coordinate representation of color #3DB81C: hue angle of 107.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DB81C is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 28 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.28 |
| HSL | 107.31º | 0.74% | 0.42% | - |
| HSV(B) | 107.31º | 0.85% | 0.72% | - |
| XYZ | 19.27 | 35.36 | 6.91 | - |
| YUV | 129.44 | 70.75 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 28 | 0.67 | 0 | 0.85 | 0.28 | 107.31 | 0.74 | 0.42 |
| Hex | 3D | B8 | 1C | 43 | 0 | 55 | 1C | 6B | 4A | 2A |
| Octal | 75 | 270 | 34 | 103 | 0 | 125 | 34 | 153 | 112 | 52 |
| Binary | 111101 | 10111000 | 11100 | 1000011 | 0 | 1010101 | 11100 | 1101011 | 1001010 | 101010 |
Color Harmonies of #3DB81C
Complementary color
Monochromatic Colors of #3DB81C
Black with #3DB81C
Text Example
Text Example
White with #3DB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB81C; }
p { color: rgb(61,184,28); }
H1.HeaderClassName
{
color: #3DB81C;
}
.AnyTagClassName
{
color: #3DB81C;
}
</style>
background-color css
<style>
a { background-color: #3DB81C; }
a { background-color: rgb(61,184,28); }
div.DivClassName
{
background-color: #3DB81C;
}
.BgClassName
{
background-color: #3DB81C;
}
</style>
border-color css
<style>
span { border-color: #3DB81C; }
span { border-color: rgb(61,184,28); }
td.TdClassName
{
border-color: #3DB81C;
}
.TagClassName
{
border-color: #3DB81C;
}
</style>