Shades of Shamrock #39D685
Tints of Shamrock #39D685
RGB
CMYK
RGB Variations
Color information
#39D685 (or 0x39D685) is known color: Shamrock. HEX triplet: 39, D6 and 85. RGB value is (57,214,133). Sum of RGB (Red+Green+Blue) = 57+214+133=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #39D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D685 is #C6297A. Grayscale: #9D9D9D. Windows color (decimal): -12986747 or 8771129. OLE color: 8771129.
HSL color Cylindrical-coordinate representation of color #39D685: hue angle of 149.04º 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 #39D685 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 133 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.16 |
| HSL | 149.04º | 0.66% | 0.53% | - |
| HSV(B) | 149.04º | 0.73% | 0.84% | - |
| XYZ | 29.97 | 50.66 | 30.39 | - |
| YUV | 157.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 133 | 0.73 | 0 | 0.38 | 0.16 | 149.04 | 0.66 | 0.53 |
| Hex | 39 | D6 | 85 | 49 | 0 | 26 | 10 | 95 | 42 | 35 |
| Octal | 71 | 326 | 205 | 111 | 0 | 46 | 20 | 225 | 102 | 65 |
| Binary | 111001 | 11010110 | 10000101 | 1001001 | 0 | 100110 | 10000 | 10010101 | 1000010 | 110101 |
Color Harmonies of #39D685
Complementary color
Monochromatic Colors of #39D685
Black with #39D685
Text Example
Text Example
White with #39D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D685; }
p { color: rgb(57,214,133); }
H1.HeaderClassName
{
color: #39D685;
}
.AnyTagClassName
{
color: #39D685;
}
</style>
background-color css
<style>
a { background-color: #39D685; }
a { background-color: rgb(57,214,133); }
div.DivClassName
{
background-color: #39D685;
}
.BgClassName
{
background-color: #39D685;
}
</style>
border-color css
<style>
span { border-color: #39D685; }
span { border-color: rgb(57,214,133); }
td.TdClassName
{
border-color: #39D685;
}
.TagClassName
{
border-color: #39D685;
}
</style>