Shades of Kelly Green #3DBD12
Tints of Kelly Green #3DBD12
RGB
CMYK
RGB Variations
Color information
#3DBD12 (or 0x3DBD12) is known color: Kelly Green. HEX triplet: 3D, BD and 12. RGB value is (61,189,18). Sum of RGB (Red+Green+Blue) = 61+189+18=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD12 is #C242ED. Grayscale: #838383. Windows color (decimal): -12731118 or 1228093. OLE color: 1228093.
HSL color Cylindrical-coordinate representation of color #3DBD12: hue angle of 104.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DBD12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 18 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.26 |
| HSL | 104.91º | 0.83% | 0.41% | - |
| HSV(B) | 104.91º | 0.9% | 0.74% | - |
| XYZ | 20.23 | 37.43 | 6.73 | - |
| YUV | 131.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 18 | 0.68 | 0 | 0.90 | 0.26 | 104.91 | 0.83 | 0.41 |
| Hex | 3D | BD | 12 | 44 | 0 | 5A | 1A | 69 | 53 | 29 |
| Octal | 75 | 275 | 22 | 104 | 0 | 132 | 32 | 151 | 123 | 51 |
| Binary | 111101 | 10111101 | 10010 | 1000100 | 0 | 1011010 | 11010 | 1101001 | 1010011 | 101001 |
Color Harmonies of #3DBD12
Complementary color
Monochromatic Colors of #3DBD12
Black with #3DBD12
Text Example
Text Example
White with #3DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD12; }
p { color: rgb(61,189,18); }
H1.HeaderClassName
{
color: #3DBD12;
}
.AnyTagClassName
{
color: #3DBD12;
}
</style>
background-color css
<style>
a { background-color: #3DBD12; }
a { background-color: rgb(61,189,18); }
div.DivClassName
{
background-color: #3DBD12;
}
.BgClassName
{
background-color: #3DBD12;
}
</style>
border-color css
<style>
span { border-color: #3DBD12; }
span { border-color: rgb(61,189,18); }
td.TdClassName
{
border-color: #3DBD12;
}
.TagClassName
{
border-color: #3DBD12;
}
</style>