Shades of Shamrock #39D695
Tints of Shamrock #39D695
RGB
CMYK
RGB Variations
Color information
#39D695 (or 0x39D695) is known color: Shamrock. HEX triplet: 39, D6 and 95. RGB value is (57,214,149). Sum of RGB (Red+Green+Blue) = 57+214+149=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #39D695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D695 is #C6296A. Grayscale: #9F9F9F. Windows color (decimal): -12986731 or 9819705. OLE color: 9819705.
HSL color Cylindrical-coordinate representation of color #39D695: hue angle of 155.16º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D695 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 149 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.16 |
| HSL | 155.16º | 0.66% | 0.53% | - |
| HSV(B) | 155.16º | 0.73% | 0.84% | - |
| XYZ | 31.16 | 51.13 | 36.66 | - |
| YUV | 159.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 149 | 0.73 | 0 | 0.30 | 0.16 | 155.16 | 0.66 | 0.53 |
| Hex | 39 | D6 | 95 | 49 | 0 | 1E | 10 | 9B | 42 | 35 |
| Octal | 71 | 326 | 225 | 111 | 0 | 36 | 20 | 233 | 102 | 65 |
| Binary | 111001 | 11010110 | 10010101 | 1001001 | 0 | 11110 | 10000 | 10011011 | 1000010 | 110101 |
Color Harmonies of #39D695
Complementary color
Monochromatic Colors of #39D695
Black with #39D695
Text Example
Text Example
White with #39D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D695; }
p { color: rgb(57,214,149); }
H1.HeaderClassName
{
color: #39D695;
}
.AnyTagClassName
{
color: #39D695;
}
</style>
background-color css
<style>
a { background-color: #39D695; }
a { background-color: rgb(57,214,149); }
div.DivClassName
{
background-color: #39D695;
}
.BgClassName
{
background-color: #39D695;
}
</style>
border-color css
<style>
span { border-color: #39D695; }
span { border-color: rgb(57,214,149); }
td.TdClassName
{
border-color: #39D695;
}
.TagClassName
{
border-color: #39D695;
}
</style>