Shades of Shamrock #3DF494
Tints of Shamrock #3DF494
RGB
CMYK
RGB Variations
Color information
#3DF494 (or 0x3DF494) is known color: Shamrock. HEX triplet: 3D, F4 and 94. RGB value is (61,244,148). Sum of RGB (Red+Green+Blue) = 61+244+148=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF494 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF494 is #C20B6B. Grayscale: #B2B2B2. Windows color (decimal): -12716908 or 9761853. OLE color: 9761853.
HSL color Cylindrical-coordinate representation of color #3DF494: hue angle of 148.52º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF494 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 148 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.04 |
| HSL | 148.52º | 0.89% | 0.6% | - |
| HSV(B) | 148.52º | 0.75% | 0.96% | - |
| XYZ | 39.62 | 67.83 | 39.02 | - |
| YUV | 178.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 148 | 0.75 | 0 | 0.39 | 0.04 | 148.52 | 0.89 | 0.6 |
| Hex | 3D | F4 | 94 | 4B | 0 | 27 | 4 | 95 | 59 | 3C |
| Octal | 75 | 364 | 224 | 113 | 0 | 47 | 4 | 225 | 131 | 74 |
| Binary | 111101 | 11110100 | 10010100 | 1001011 | 0 | 100111 | 100 | 10010101 | 1011001 | 111100 |
Color Harmonies of #3DF494
Complementary color
Monochromatic Colors of #3DF494
Black with #3DF494
Text Example
Text Example
White with #3DF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF494; }
p { color: rgb(61,244,148); }
H1.HeaderClassName
{
color: #3DF494;
}
.AnyTagClassName
{
color: #3DF494;
}
</style>
background-color css
<style>
a { background-color: #3DF494; }
a { background-color: rgb(61,244,148); }
div.DivClassName
{
background-color: #3DF494;
}
.BgClassName
{
background-color: #3DF494;
}
</style>
border-color css
<style>
span { border-color: #3DF494; }
span { border-color: rgb(61,244,148); }
td.TdClassName
{
border-color: #3DF494;
}
.TagClassName
{
border-color: #3DF494;
}
</style>