Shades of Shamrock #3DFE9F
Tints of Shamrock #3DFE9F
RGB
CMYK
RGB Variations
Color information
#3DFE9F (or 0x3DFE9F) is known color: Shamrock. HEX triplet: 3D, FE and 9F. RGB value is (61,254,159). Sum of RGB (Red+Green+Blue) = 61+254+159=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE9F is #C20160. Grayscale: #B9B9B9. Windows color (decimal): -12714337 or 10485309. OLE color: 10485309.
HSL color Cylindrical-coordinate representation of color #3DFE9F: hue angle of 150.47º 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 #3DFE9F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 159 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.00 |
| HSL | 150.47º | 0.99% | 0.62% | - |
| HSV(B) | 150.47º | 0.76% | 1% | - |
| XYZ | 43.62 | 74.38 | 44.86 | - |
| YUV | 185.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 159 | 0.76 | 0 | 0.37 | 0.00 | 150.47 | 0.99 | 0.62 |
| Hex | 3D | FE | 9F | 4C | 0 | 25 | 0 | 96 | 63 | 3E |
| Octal | 75 | 376 | 237 | 114 | 0 | 45 | 0 | 226 | 143 | 76 |
| Binary | 111101 | 11111110 | 10011111 | 1001100 | 0 | 100101 | 0 | 10010110 | 1100011 | 111110 |
Color Harmonies of #3DFE9F
Complementary color
Monochromatic Colors of #3DFE9F
Black with #3DFE9F
Text Example
Text Example
White with #3DFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE9F; }
p { color: rgb(61,254,159); }
H1.HeaderClassName
{
color: #3DFE9F;
}
.AnyTagClassName
{
color: #3DFE9F;
}
</style>
background-color css
<style>
a { background-color: #3DFE9F; }
a { background-color: rgb(61,254,159); }
div.DivClassName
{
background-color: #3DFE9F;
}
.BgClassName
{
background-color: #3DFE9F;
}
</style>
border-color css
<style>
span { border-color: #3DFE9F; }
span { border-color: rgb(61,254,159); }
td.TdClassName
{
border-color: #3DFE9F;
}
.TagClassName
{
border-color: #3DFE9F;
}
</style>