Shades of Shamrock #3DE798
Tints of Shamrock #3DE798
RGB
CMYK
RGB Variations
Color information
#3DE798 (or 0x3DE798) is known color: Shamrock. HEX triplet: 3D, E7 and 98. RGB value is (61,231,152). Sum of RGB (Red+Green+Blue) = 61+231+152=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE798 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DE798 is #C21867. Grayscale: #ABABAB. Windows color (decimal): -12720232 or 10020669. OLE color: 10020669.
HSL color Cylindrical-coordinate representation of color #3DE798: hue angle of 152.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE798 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 231 | 152 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.09 |
| HSL | 152.12º | 0.78% | 0.57% | - |
| HSV(B) | 152.12º | 0.74% | 0.91% | - |
| XYZ | 36.17 | 60.41 | 39.46 | - |
| YUV | 171.16 | 117.18 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 231 | 152 | 0.74 | 0 | 0.34 | 0.09 | 152.12 | 0.78 | 0.57 |
| Hex | 3D | E7 | 98 | 4A | 0 | 22 | 9 | 98 | 4E | 39 |
| Octal | 75 | 347 | 230 | 112 | 0 | 42 | 11 | 230 | 116 | 71 |
| Binary | 111101 | 11100111 | 10011000 | 1001010 | 0 | 100010 | 1001 | 10011000 | 1001110 | 111001 |
Color Harmonies of #3DE798
Complementary color
Monochromatic Colors of #3DE798
Black with #3DE798
Text Example
Text Example
White with #3DE798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE798; }
p { color: rgb(61,231,152); }
H1.HeaderClassName
{
color: #3DE798;
}
.AnyTagClassName
{
color: #3DE798;
}
</style>
background-color css
<style>
a { background-color: #3DE798; }
a { background-color: rgb(61,231,152); }
div.DivClassName
{
background-color: #3DE798;
}
.BgClassName
{
background-color: #3DE798;
}
</style>
border-color css
<style>
span { border-color: #3DE798; }
span { border-color: rgb(61,231,152); }
td.TdClassName
{
border-color: #3DE798;
}
.TagClassName
{
border-color: #3DE798;
}
</style>