Shades of Kelly Green #3DB900
Tints of Kelly Green #3DB900
RGB
CMYK
RGB Variations
Color information
#3DB900 (or 0x3DB900) is known color: Kelly Green. HEX triplet: 3D, B9 and 00. RGB value is (61,185,0). Sum of RGB (Red+Green+Blue) = 61+185+0=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 185 (72.66% from 255 or 75.20% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB900 is #C246FF. Grayscale: #7F7F7F. Windows color (decimal): -12732160 or 47421. OLE color: 47421.
HSL color Cylindrical-coordinate representation of color #3DB900: hue angle of 100.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DB900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.27 |
| HSL | 100.22º | 1% | 0.36% | - |
| HSV(B) | 100.22º | 1% | 0.73% | - |
| XYZ | 19.27 | 35.69 | 5.87 | - |
| YUV | 126.83 | 56.42 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 0 | 0.67 | 0 | 1 | 0.27 | 100.22 | 1 | 0.36 |
| Hex | 3D | B9 | 0 | 43 | 0 | 64 | 1B | 64 | 64 | 24 |
| Octal | 75 | 271 | 0 | 103 | 0 | 144 | 33 | 144 | 144 | 44 |
| Binary | 111101 | 10111001 | 0 | 1000011 | 0 | 1100100 | 11011 | 1100100 | 1100100 | 100100 |
Color Harmonies of #3DB900
Complementary color
Monochromatic Colors of #3DB900
Black with #3DB900
Text Example
Text Example
White with #3DB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB900; }
p { color: rgb(61,185,0); }
H1.HeaderClassName
{
color: #3DB900;
}
.AnyTagClassName
{
color: #3DB900;
}
</style>
background-color css
<style>
a { background-color: #3DB900; }
a { background-color: rgb(61,185,0); }
div.DivClassName
{
background-color: #3DB900;
}
.BgClassName
{
background-color: #3DB900;
}
</style>
border-color css
<style>
span { border-color: #3DB900; }
span { border-color: rgb(61,185,0); }
td.TdClassName
{
border-color: #3DB900;
}
.TagClassName
{
border-color: #3DB900;
}
</style>