Shades of Shamrock #3DFC8C
Tints of Shamrock #3DFC8C
RGB
CMYK
RGB Variations
Color information
#3DFC8C (or 0x3DFC8C) is known color: Shamrock. HEX triplet: 3D, FC and 8C. RGB value is (61,252,140). Sum of RGB (Red+Green+Blue) = 61+252+140=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFC8C is #C20373. Grayscale: #B6B6B6. Windows color (decimal): -12714868 or 9239613. OLE color: 9239613.
HSL color Cylindrical-coordinate representation of color #3DFC8C: hue angle of 144.82º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFC8C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 140 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.01 |
| HSL | 144.82º | 0.97% | 0.61% | - |
| HSV(B) | 144.82º | 0.76% | 0.99% | - |
| XYZ | 41.47 | 72.51 | 36.62 | - |
| YUV | 182.12 | 104.22 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 140 | 0.76 | 0 | 0.44 | 0.01 | 144.82 | 0.97 | 0.61 |
| Hex | 3D | FC | 8C | 4C | 0 | 2C | 1 | 91 | 61 | 3D |
| Octal | 75 | 374 | 214 | 114 | 0 | 54 | 1 | 221 | 141 | 75 |
| Binary | 111101 | 11111100 | 10001100 | 1001100 | 0 | 101100 | 1 | 10010001 | 1100001 | 111101 |
Color Harmonies of #3DFC8C
Complementary color
Monochromatic Colors of #3DFC8C
Black with #3DFC8C
Text Example
Text Example
White with #3DFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC8C; }
p { color: rgb(61,252,140); }
H1.HeaderClassName
{
color: #3DFC8C;
}
.AnyTagClassName
{
color: #3DFC8C;
}
</style>
background-color css
<style>
a { background-color: #3DFC8C; }
a { background-color: rgb(61,252,140); }
div.DivClassName
{
background-color: #3DFC8C;
}
.BgClassName
{
background-color: #3DFC8C;
}
</style>
border-color css
<style>
span { border-color: #3DFC8C; }
span { border-color: rgb(61,252,140); }
td.TdClassName
{
border-color: #3DFC8C;
}
.TagClassName
{
border-color: #3DFC8C;
}
</style>