Shades of Shamrock #3DF78B
Tints of Shamrock #3DF78B
RGB
CMYK
RGB Variations
Color information
#3DF78B (or 0x3DF78B) is known color: Shamrock. HEX triplet: 3D, F7 and 8B. RGB value is (61,247,139). Sum of RGB (Red+Green+Blue) = 61+247+139=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF78B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF78B is #C20874. Grayscale: #B3B3B3. Windows color (decimal): -12716149 or 9172797. OLE color: 9172797.
HSL color Cylindrical-coordinate representation of color #3DF78B: hue angle of 145.16º 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 #3DF78B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 139 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.03 |
| HSL | 145.16º | 0.92% | 0.6% | - |
| HSV(B) | 145.16º | 0.75% | 0.97% | - |
| XYZ | 39.85 | 69.38 | 35.72 | - |
| YUV | 179.07 | 105.38 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 139 | 0.75 | 0 | 0.44 | 0.03 | 145.16 | 0.92 | 0.6 |
| Hex | 3D | F7 | 8B | 4B | 0 | 2C | 3 | 91 | 5C | 3C |
| Octal | 75 | 367 | 213 | 113 | 0 | 54 | 3 | 221 | 134 | 74 |
| Binary | 111101 | 11110111 | 10001011 | 1001011 | 0 | 101100 | 11 | 10010001 | 1011100 | 111100 |
Color Harmonies of #3DF78B
Complementary color
Monochromatic Colors of #3DF78B
Black with #3DF78B
Text Example
Text Example
White with #3DF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF78B; }
p { color: rgb(61,247,139); }
H1.HeaderClassName
{
color: #3DF78B;
}
.AnyTagClassName
{
color: #3DF78B;
}
</style>
background-color css
<style>
a { background-color: #3DF78B; }
a { background-color: rgb(61,247,139); }
div.DivClassName
{
background-color: #3DF78B;
}
.BgClassName
{
background-color: #3DF78B;
}
</style>
border-color css
<style>
span { border-color: #3DF78B; }
span { border-color: rgb(61,247,139); }
td.TdClassName
{
border-color: #3DF78B;
}
.TagClassName
{
border-color: #3DF78B;
}
</style>