Shades of Kelly Green #3DB912
Tints of Kelly Green #3DB912
RGB
CMYK
RGB Variations
Color information
#3DB912 (or 0x3DB912) is known color: Kelly Green. HEX triplet: 3D, B9 and 12. RGB value is (61,185,18). Sum of RGB (Red+Green+Blue) = 61+185+18=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB912 is #C246ED. Grayscale: #818181. Windows color (decimal): -12732142 or 1227069. OLE color: 1227069.
HSL color Cylindrical-coordinate representation of color #3DB912: hue angle of 104.55º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DB912 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 18 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.27 |
| HSL | 104.55º | 0.82% | 0.4% | - |
| HSV(B) | 104.55º | 0.9% | 0.73% | - |
| XYZ | 19.38 | 35.73 | 6.45 | - |
| YUV | 128.89 | 65.42 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 18 | 0.67 | 0 | 0.90 | 0.27 | 104.55 | 0.82 | 0.4 |
| Hex | 3D | B9 | 12 | 43 | 0 | 5A | 1B | 69 | 52 | 28 |
| Octal | 75 | 271 | 22 | 103 | 0 | 132 | 33 | 151 | 122 | 50 |
| Binary | 111101 | 10111001 | 10010 | 1000011 | 0 | 1011010 | 11011 | 1101001 | 1010010 | 101000 |
Color Harmonies of #3DB912
Complementary color
Monochromatic Colors of #3DB912
Black with #3DB912
Text Example
Text Example
White with #3DB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB912; }
p { color: rgb(61,185,18); }
H1.HeaderClassName
{
color: #3DB912;
}
.AnyTagClassName
{
color: #3DB912;
}
</style>
background-color css
<style>
a { background-color: #3DB912; }
a { background-color: rgb(61,185,18); }
div.DivClassName
{
background-color: #3DB912;
}
.BgClassName
{
background-color: #3DB912;
}
</style>
border-color css
<style>
span { border-color: #3DB912; }
span { border-color: rgb(61,185,18); }
td.TdClassName
{
border-color: #3DB912;
}
.TagClassName
{
border-color: #3DB912;
}
</style>