Shades of Shamrock #39E485
Tints of Shamrock #39E485
RGB
CMYK
RGB Variations
Color information
#39E485 (or 0x39E485) is known color: Shamrock. HEX triplet: 39, E4 and 85. RGB value is (57,228,133). Sum of RGB (Red+Green+Blue) = 57+228+133=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #39E485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39E485 is #C61B7A. Grayscale: #A6A6A6. Windows color (decimal): -12983163 or 8774713. OLE color: 8774713.
HSL color Cylindrical-coordinate representation of color #39E485: hue angle of 146.67º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E485 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 228 | 133 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.11 |
| HSL | 146.67º | 0.76% | 0.56% | - |
| HSV(B) | 146.67º | 0.75% | 0.89% | - |
| XYZ | 33.66 | 58.05 | 31.62 | - |
| YUV | 166.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 228 | 133 | 0.75 | 0 | 0.42 | 0.11 | 146.67 | 0.76 | 0.56 |
| Hex | 39 | E4 | 85 | 4B | 0 | 2A | B | 93 | 4C | 38 |
| Octal | 71 | 344 | 205 | 113 | 0 | 52 | 13 | 223 | 114 | 70 |
| Binary | 111001 | 11100100 | 10000101 | 1001011 | 0 | 101010 | 1011 | 10010011 | 1001100 | 111000 |
Color Harmonies of #39E485
Complementary color
Monochromatic Colors of #39E485
Black with #39E485
Text Example
Text Example
White with #39E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E485; }
p { color: rgb(57,228,133); }
H1.HeaderClassName
{
color: #39E485;
}
.AnyTagClassName
{
color: #39E485;
}
</style>
background-color css
<style>
a { background-color: #39E485; }
a { background-color: rgb(57,228,133); }
div.DivClassName
{
background-color: #39E485;
}
.BgClassName
{
background-color: #39E485;
}
</style>
border-color css
<style>
span { border-color: #39E485; }
span { border-color: rgb(57,228,133); }
td.TdClassName
{
border-color: #39E485;
}
.TagClassName
{
border-color: #39E485;
}
</style>