Shades of Shamrock #38C987
Tints of Shamrock #38C987
RGB
CMYK
RGB Variations
Color information
#38C987 (or 0x38C987) is known color: Shamrock. HEX triplet: 38, C9 and 87. RGB value is (56,201,135). Sum of RGB (Red+Green+Blue) = 56+201+135=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #38C987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C987 is #C73678. Grayscale: #969696. Windows color (decimal): -13055609 or 8898872. OLE color: 8898872.
HSL color Cylindrical-coordinate representation of color #38C987: hue angle of 152.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C987 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 135 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.21 |
| HSL | 152.69º | 0.57% | 0.5% | - |
| HSV(B) | 152.69º | 0.72% | 0.79% | - |
| XYZ | 26.89 | 44.36 | 30.07 | - |
| YUV | 150.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 135 | 0.72 | 0 | 0.33 | 0.21 | 152.69 | 0.57 | 0.5 |
| Hex | 38 | C9 | 87 | 48 | 0 | 21 | 15 | 99 | 39 | 32 |
| Octal | 70 | 311 | 207 | 110 | 0 | 41 | 25 | 231 | 71 | 62 |
| Binary | 111000 | 11001001 | 10000111 | 1001000 | 0 | 100001 | 10101 | 10011001 | 111001 | 110010 |
Color Harmonies of #38C987
Complementary color
Monochromatic Colors of #38C987
Black with #38C987
Text Example
Text Example
White with #38C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C987; }
p { color: rgb(56,201,135); }
H1.HeaderClassName
{
color: #38C987;
}
.AnyTagClassName
{
color: #38C987;
}
</style>
background-color css
<style>
a { background-color: #38C987; }
a { background-color: rgb(56,201,135); }
div.DivClassName
{
background-color: #38C987;
}
.BgClassName
{
background-color: #38C987;
}
</style>
border-color css
<style>
span { border-color: #38C987; }
span { border-color: rgb(56,201,135); }
td.TdClassName
{
border-color: #38C987;
}
.TagClassName
{
border-color: #38C987;
}
</style>