Shades of Shamrock #39FC8C
Tints of Shamrock #39FC8C
RGB
CMYK
RGB Variations
Color information
#39FC8C (or 0x39FC8C) is known color: Shamrock. HEX triplet: 39, FC and 8C. RGB value is (57,252,140). Sum of RGB (Red+Green+Blue) = 57+252+140=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #39FC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39FC8C is #C60373. Grayscale: #B5B5B5. Windows color (decimal): -12977012 or 9239609. OLE color: 9239609.
HSL color Cylindrical-coordinate representation of color #39FC8C: hue angle of 145.54º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FC8C is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 252 | 140 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.01 |
| HSL | 145.54º | 0.97% | 0.61% | - |
| HSV(B) | 145.54º | 0.77% | 0.99% | - |
| XYZ | 41.23 | 72.38 | 36.61 | - |
| YUV | 180.93 | 104.9 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 252 | 140 | 0.77 | 0 | 0.44 | 0.01 | 145.54 | 0.97 | 0.61 |
| Hex | 39 | FC | 8C | 4D | 0 | 2C | 1 | 92 | 61 | 3D |
| Octal | 71 | 374 | 214 | 115 | 0 | 54 | 1 | 222 | 141 | 75 |
| Binary | 111001 | 11111100 | 10001100 | 1001101 | 0 | 101100 | 1 | 10010010 | 1100001 | 111101 |
Color Harmonies of #39FC8C
Complementary color
Monochromatic Colors of #39FC8C
Black with #39FC8C
Text Example
Text Example
White with #39FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FC8C; }
p { color: rgb(57,252,140); }
H1.HeaderClassName
{
color: #39FC8C;
}
.AnyTagClassName
{
color: #39FC8C;
}
</style>
background-color css
<style>
a { background-color: #39FC8C; }
a { background-color: rgb(57,252,140); }
div.DivClassName
{
background-color: #39FC8C;
}
.BgClassName
{
background-color: #39FC8C;
}
</style>
border-color css
<style>
span { border-color: #39FC8C; }
span { border-color: rgb(57,252,140); }
td.TdClassName
{
border-color: #39FC8C;
}
.TagClassName
{
border-color: #39FC8C;
}
</style>