Shades of Shamrock #39CA86
Tints of Shamrock #39CA86
RGB
CMYK
RGB Variations
Color information
#39CA86 (or 0x39CA86) is known color: Shamrock. HEX triplet: 39, CA and 86. RGB value is (57,202,134). Sum of RGB (Red+Green+Blue) = 57+202+134=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CA86 is #C63579. Grayscale: #979797. Windows color (decimal): -12989818 or 8833593. OLE color: 8833593.
HSL color Cylindrical-coordinate representation of color #39CA86: hue angle of 151.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CA86 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 134 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.21 |
| HSL | 151.86º | 0.58% | 0.51% | - |
| HSV(B) | 151.86º | 0.72% | 0.79% | - |
| XYZ | 27.11 | 44.83 | 29.78 | - |
| YUV | 150.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 134 | 0.72 | 0 | 0.34 | 0.21 | 151.86 | 0.58 | 0.51 |
| Hex | 39 | CA | 86 | 48 | 0 | 22 | 15 | 98 | 3A | 33 |
| Octal | 71 | 312 | 206 | 110 | 0 | 42 | 25 | 230 | 72 | 63 |
| Binary | 111001 | 11001010 | 10000110 | 1001000 | 0 | 100010 | 10101 | 10011000 | 111010 | 110011 |
Color Harmonies of #39CA86
Complementary color
Monochromatic Colors of #39CA86
Black with #39CA86
Text Example
Text Example
White with #39CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA86; }
p { color: rgb(57,202,134); }
H1.HeaderClassName
{
color: #39CA86;
}
.AnyTagClassName
{
color: #39CA86;
}
</style>
background-color css
<style>
a { background-color: #39CA86; }
a { background-color: rgb(57,202,134); }
div.DivClassName
{
background-color: #39CA86;
}
.BgClassName
{
background-color: #39CA86;
}
</style>
border-color css
<style>
span { border-color: #39CA86; }
span { border-color: rgb(57,202,134); }
td.TdClassName
{
border-color: #39CA86;
}
.TagClassName
{
border-color: #39CA86;
}
</style>