Shades of Shamrock #3DFE95
Tints of Shamrock #3DFE95
RGB
CMYK
RGB Variations
Color information
#3DFE95 (or 0x3DFE95) is known color: Shamrock. HEX triplet: 3D, FE and 95. RGB value is (61,254,149). Sum of RGB (Red+Green+Blue) = 61+254+149=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE95 is #C2016A. Grayscale: #B8B8B8. Windows color (decimal): -12714347 or 9829949. OLE color: 9829949.
HSL color Cylindrical-coordinate representation of color #3DFE95: hue angle of 147.36º 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 #3DFE95 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 149 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.00 |
| HSL | 147.36º | 0.99% | 0.62% | - |
| HSV(B) | 147.36º | 0.76% | 1% | - |
| XYZ | 42.79 | 74.05 | 40.47 | - |
| YUV | 184.32 | 108.06 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 149 | 0.76 | 0 | 0.41 | 0.00 | 147.36 | 0.99 | 0.62 |
| Hex | 3D | FE | 95 | 4C | 0 | 29 | 0 | 93 | 63 | 3E |
| Octal | 75 | 376 | 225 | 114 | 0 | 51 | 0 | 223 | 143 | 76 |
| Binary | 111101 | 11111110 | 10010101 | 1001100 | 0 | 101001 | 0 | 10010011 | 1100011 | 111110 |
Color Harmonies of #3DFE95
Complementary color
Monochromatic Colors of #3DFE95
Black with #3DFE95
Text Example
Text Example
White with #3DFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE95; }
p { color: rgb(61,254,149); }
H1.HeaderClassName
{
color: #3DFE95;
}
.AnyTagClassName
{
color: #3DFE95;
}
</style>
background-color css
<style>
a { background-color: #3DFE95; }
a { background-color: rgb(61,254,149); }
div.DivClassName
{
background-color: #3DFE95;
}
.BgClassName
{
background-color: #3DFE95;
}
</style>
border-color css
<style>
span { border-color: #3DFE95; }
span { border-color: rgb(61,254,149); }
td.TdClassName
{
border-color: #3DFE95;
}
.TagClassName
{
border-color: #3DFE95;
}
</style>