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