Shades of Shamrock #3DFE9D
Tints of Shamrock #3DFE9D
RGB
CMYK
RGB Variations
Color information
#3DFE9D (or 0x3DFE9D) is known color: Shamrock. HEX triplet: 3D, FE and 9D. RGB value is (61,254,157). Sum of RGB (Red+Green+Blue) = 61+254+157=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE9D is #C20162. Grayscale: #B9B9B9. Windows color (decimal): -12714339 or 10354237. OLE color: 10354237.
HSL color Cylindrical-coordinate representation of color #3DFE9D: hue angle of 149.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFE9D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 157 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.00 |
| HSL | 149.84º | 0.99% | 0.62% | - |
| HSV(B) | 149.84º | 0.76% | 1% | - |
| XYZ | 43.45 | 74.31 | 43.95 | - |
| YUV | 185.24 | 112.06 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 157 | 0.76 | 0 | 0.38 | 0.00 | 149.84 | 0.99 | 0.62 |
| Hex | 3D | FE | 9D | 4C | 0 | 26 | 0 | 96 | 63 | 3E |
| Octal | 75 | 376 | 235 | 114 | 0 | 46 | 0 | 226 | 143 | 76 |
| Binary | 111101 | 11111110 | 10011101 | 1001100 | 0 | 100110 | 0 | 10010110 | 1100011 | 111110 |
Color Harmonies of #3DFE9D
Complementary color
Monochromatic Colors of #3DFE9D
Black with #3DFE9D
Text Example
Text Example
White with #3DFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE9D; }
p { color: rgb(61,254,157); }
H1.HeaderClassName
{
color: #3DFE9D;
}
.AnyTagClassName
{
color: #3DFE9D;
}
</style>
background-color css
<style>
a { background-color: #3DFE9D; }
a { background-color: rgb(61,254,157); }
div.DivClassName
{
background-color: #3DFE9D;
}
.BgClassName
{
background-color: #3DFE9D;
}
</style>
border-color css
<style>
span { border-color: #3DFE9D; }
span { border-color: rgb(61,254,157); }
td.TdClassName
{
border-color: #3DFE9D;
}
.TagClassName
{
border-color: #3DFE9D;
}
</style>