Shades of Shamrock #3DF896
Tints of Shamrock #3DF896
RGB
CMYK
RGB Variations
Color information
#3DF896 (or 0x3DF896) is known color: Shamrock. HEX triplet: 3D, F8 and 96. RGB value is (61,248,150). Sum of RGB (Red+Green+Blue) = 61+248+150=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF896 is #C20769. Grayscale: #B5B5B5. Windows color (decimal): -12715882 or 9893949. OLE color: 9893949.
HSL color Cylindrical-coordinate representation of color #3DF896: hue angle of 148.56º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF896 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 150 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.03 |
| HSL | 148.56º | 0.93% | 0.61% | - |
| HSV(B) | 148.56º | 0.75% | 0.97% | - |
| XYZ | 41 | 70.33 | 40.27 | - |
| YUV | 180.92 | 110.55 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 150 | 0.75 | 0 | 0.40 | 0.03 | 148.56 | 0.93 | 0.61 |
| Hex | 3D | F8 | 96 | 4B | 0 | 28 | 3 | 95 | 5D | 3D |
| Octal | 75 | 370 | 226 | 113 | 0 | 50 | 3 | 225 | 135 | 75 |
| Binary | 111101 | 11111000 | 10010110 | 1001011 | 0 | 101000 | 11 | 10010101 | 1011101 | 111101 |
Color Harmonies of #3DF896
Complementary color
Monochromatic Colors of #3DF896
Black with #3DF896
Text Example
Text Example
White with #3DF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF896; }
p { color: rgb(61,248,150); }
H1.HeaderClassName
{
color: #3DF896;
}
.AnyTagClassName
{
color: #3DF896;
}
</style>
background-color css
<style>
a { background-color: #3DF896; }
a { background-color: rgb(61,248,150); }
div.DivClassName
{
background-color: #3DF896;
}
.BgClassName
{
background-color: #3DF896;
}
</style>
border-color css
<style>
span { border-color: #3DF896; }
span { border-color: rgb(61,248,150); }
td.TdClassName
{
border-color: #3DF896;
}
.TagClassName
{
border-color: #3DF896;
}
</style>