Shades of Kelly Green #3DBD1C
Tints of Kelly Green #3DBD1C
RGB
CMYK
RGB Variations
Color information
#3DBD1C (or 0x3DBD1C) is known color: Kelly Green. HEX triplet: 3D, BD and 1C. RGB value is (61,189,28). Sum of RGB (Red+Green+Blue) = 61+189+28=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD1C is #C242E3. Grayscale: #848484. Windows color (decimal): -12731108 or 1883453. OLE color: 1883453.
HSL color Cylindrical-coordinate representation of color #3DBD1C: hue angle of 107.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DBD1C is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 28 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.26 |
| HSL | 107.7º | 0.74% | 0.43% | - |
| HSV(B) | 107.7º | 0.85% | 0.74% | - |
| XYZ | 20.33 | 37.47 | 7.26 | - |
| YUV | 132.37 | 69.09 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 28 | 0.68 | 0 | 0.85 | 0.26 | 107.7 | 0.74 | 0.43 |
| Hex | 3D | BD | 1C | 44 | 0 | 55 | 1A | 6C | 4A | 2B |
| Octal | 75 | 275 | 34 | 104 | 0 | 125 | 32 | 154 | 112 | 53 |
| Binary | 111101 | 10111101 | 11100 | 1000100 | 0 | 1010101 | 11010 | 1101100 | 1001010 | 101011 |
Color Harmonies of #3DBD1C
Complementary color
Monochromatic Colors of #3DBD1C
Black with #3DBD1C
Text Example
Text Example
White with #3DBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD1C; }
p { color: rgb(61,189,28); }
H1.HeaderClassName
{
color: #3DBD1C;
}
.AnyTagClassName
{
color: #3DBD1C;
}
</style>
background-color css
<style>
a { background-color: #3DBD1C; }
a { background-color: rgb(61,189,28); }
div.DivClassName
{
background-color: #3DBD1C;
}
.BgClassName
{
background-color: #3DBD1C;
}
</style>
border-color css
<style>
span { border-color: #3DBD1C; }
span { border-color: rgb(61,189,28); }
td.TdClassName
{
border-color: #3DBD1C;
}
.TagClassName
{
border-color: #3DBD1C;
}
</style>