Shades of Shamrock #3DFE9B
Tints of Shamrock #3DFE9B
RGB
CMYK
RGB Variations
Color information
#3DFE9B (or 0x3DFE9B) is known color: Shamrock. HEX triplet: 3D, FE and 9B. RGB value is (61,254,155). Sum of RGB (Red+Green+Blue) = 61+254+155=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE9B is #C20164. Grayscale: #B9B9B9. Windows color (decimal): -12714341 or 10223165. OLE color: 10223165.
HSL color Cylindrical-coordinate representation of color #3DFE9B: hue angle of 149.22º 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 #3DFE9B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 155 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.00 |
| HSL | 149.22º | 0.99% | 0.62% | - |
| HSV(B) | 149.22º | 0.76% | 1% | - |
| XYZ | 43.28 | 74.24 | 43.06 | - |
| YUV | 185.01 | 111.06 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 155 | 0.76 | 0 | 0.39 | 0.00 | 149.22 | 0.99 | 0.62 |
| Hex | 3D | FE | 9B | 4C | 0 | 27 | 0 | 95 | 63 | 3E |
| Octal | 75 | 376 | 233 | 114 | 0 | 47 | 0 | 225 | 143 | 76 |
| Binary | 111101 | 11111110 | 10011011 | 1001100 | 0 | 100111 | 0 | 10010101 | 1100011 | 111110 |
Color Harmonies of #3DFE9B
Complementary color
Monochromatic Colors of #3DFE9B
Black with #3DFE9B
Text Example
Text Example
White with #3DFE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE9B; }
p { color: rgb(61,254,155); }
H1.HeaderClassName
{
color: #3DFE9B;
}
.AnyTagClassName
{
color: #3DFE9B;
}
</style>
background-color css
<style>
a { background-color: #3DFE9B; }
a { background-color: rgb(61,254,155); }
div.DivClassName
{
background-color: #3DFE9B;
}
.BgClassName
{
background-color: #3DFE9B;
}
</style>
border-color css
<style>
span { border-color: #3DFE9B; }
span { border-color: rgb(61,254,155); }
td.TdClassName
{
border-color: #3DFE9B;
}
.TagClassName
{
border-color: #3DFE9B;
}
</style>