Shades of Kelly Green #3DBB19
Tints of Kelly Green #3DBB19
RGB
CMYK
RGB Variations
Color information
#3DBB19 (or 0x3DBB19) is known color: Kelly Green. HEX triplet: 3D, BB and 19. RGB value is (61,187,25). Sum of RGB (Red+Green+Blue) = 61+187+25=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBB19 is #C244E6. Grayscale: #838383. Windows color (decimal): -12731623 or 1686333. OLE color: 1686333.
HSL color Cylindrical-coordinate representation of color #3DBB19: hue angle of 106.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DBB19 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 25 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.27 |
| HSL | 106.67º | 0.76% | 0.42% | - |
| HSV(B) | 106.67º | 0.87% | 0.73% | - |
| XYZ | 19.87 | 36.6 | 6.94 | - |
| YUV | 130.86 | 68.26 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 25 | 0.67 | 0 | 0.87 | 0.27 | 106.67 | 0.76 | 0.42 |
| Hex | 3D | BB | 19 | 43 | 0 | 57 | 1B | 6B | 4C | 2A |
| Octal | 75 | 273 | 31 | 103 | 0 | 127 | 33 | 153 | 114 | 52 |
| Binary | 111101 | 10111011 | 11001 | 1000011 | 0 | 1010111 | 11011 | 1101011 | 1001100 | 101010 |
Color Harmonies of #3DBB19
Complementary color
Monochromatic Colors of #3DBB19
Black with #3DBB19
Text Example
Text Example
White with #3DBB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB19; }
p { color: rgb(61,187,25); }
H1.HeaderClassName
{
color: #3DBB19;
}
.AnyTagClassName
{
color: #3DBB19;
}
</style>
background-color css
<style>
a { background-color: #3DBB19; }
a { background-color: rgb(61,187,25); }
div.DivClassName
{
background-color: #3DBB19;
}
.BgClassName
{
background-color: #3DBB19;
}
</style>
border-color css
<style>
span { border-color: #3DBB19; }
span { border-color: rgb(61,187,25); }
td.TdClassName
{
border-color: #3DBB19;
}
.TagClassName
{
border-color: #3DBB19;
}
</style>