Shades of Shamrock #3DF098
Tints of Shamrock #3DF098
RGB
CMYK
RGB Variations
Color information
#3DF098 (or 0x3DF098) is known color: Shamrock. HEX triplet: 3D, F0 and 98. RGB value is (61,240,152). Sum of RGB (Red+Green+Blue) = 61+240+152=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF098 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF098 is #C20F67. Grayscale: #B0B0B0. Windows color (decimal): -12717928 or 10022973. OLE color: 10022973.
HSL color Cylindrical-coordinate representation of color #3DF098: hue angle of 150.5º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF098 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 152 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.06 |
| HSL | 150.5º | 0.86% | 0.59% | - |
| HSV(B) | 150.5º | 0.75% | 0.94% | - |
| XYZ | 38.75 | 65.58 | 40.32 | - |
| YUV | 176.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 152 | 0.75 | 0 | 0.37 | 0.06 | 150.5 | 0.86 | 0.59 |
| Hex | 3D | F0 | 98 | 4B | 0 | 25 | 6 | 97 | 56 | 3B |
| Octal | 75 | 360 | 230 | 113 | 0 | 45 | 6 | 227 | 126 | 73 |
| Binary | 111101 | 11110000 | 10011000 | 1001011 | 0 | 100101 | 110 | 10010111 | 1010110 | 111011 |
Color Harmonies of #3DF098
Complementary color
Monochromatic Colors of #3DF098
Black with #3DF098
Text Example
Text Example
White with #3DF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF098; }
p { color: rgb(61,240,152); }
H1.HeaderClassName
{
color: #3DF098;
}
.AnyTagClassName
{
color: #3DF098;
}
</style>
background-color css
<style>
a { background-color: #3DF098; }
a { background-color: rgb(61,240,152); }
div.DivClassName
{
background-color: #3DF098;
}
.BgClassName
{
background-color: #3DF098;
}
</style>
border-color css
<style>
span { border-color: #3DF098; }
span { border-color: rgb(61,240,152); }
td.TdClassName
{
border-color: #3DF098;
}
.TagClassName
{
border-color: #3DF098;
}
</style>