Shades of Shamrock #3DF797
Tints of Shamrock #3DF797
RGB
CMYK
RGB Variations
Color information
#3DF797 (or 0x3DF797) is known color: Shamrock. HEX triplet: 3D, F7 and 97. RGB value is (61,247,151). Sum of RGB (Red+Green+Blue) = 61+247+151=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF797 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF797 is #C20868. Grayscale: #B4B4B4. Windows color (decimal): -12716137 or 9959229. OLE color: 9959229.
HSL color Cylindrical-coordinate representation of color #3DF797: hue angle of 149.03º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF797 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 151 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.03 |
| HSL | 149.03º | 0.92% | 0.6% | - |
| HSV(B) | 149.03º | 0.75% | 0.97% | - |
| XYZ | 40.77 | 69.75 | 40.59 | - |
| YUV | 180.44 | 111.38 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 151 | 0.75 | 0 | 0.39 | 0.03 | 149.03 | 0.92 | 0.6 |
| Hex | 3D | F7 | 97 | 4B | 0 | 27 | 3 | 95 | 5C | 3C |
| Octal | 75 | 367 | 227 | 113 | 0 | 47 | 3 | 225 | 134 | 74 |
| Binary | 111101 | 11110111 | 10010111 | 1001011 | 0 | 100111 | 11 | 10010101 | 1011100 | 111100 |
Color Harmonies of #3DF797
Complementary color
Monochromatic Colors of #3DF797
Black with #3DF797
Text Example
Text Example
White with #3DF797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF797; }
p { color: rgb(61,247,151); }
H1.HeaderClassName
{
color: #3DF797;
}
.AnyTagClassName
{
color: #3DF797;
}
</style>
background-color css
<style>
a { background-color: #3DF797; }
a { background-color: rgb(61,247,151); }
div.DivClassName
{
background-color: #3DF797;
}
.BgClassName
{
background-color: #3DF797;
}
</style>
border-color css
<style>
span { border-color: #3DF797; }
span { border-color: rgb(61,247,151); }
td.TdClassName
{
border-color: #3DF797;
}
.TagClassName
{
border-color: #3DF797;
}
</style>