Shades of Shamrock #38D087
Tints of Shamrock #38D087
RGB
CMYK
RGB Variations
Color information
#38D087 (or 0x38D087) is known color: Shamrock. HEX triplet: 38, D0 and 87. RGB value is (56,208,135). Sum of RGB (Red+Green+Blue) = 56+208+135=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #38D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D087 is #C72F78. Grayscale: #9A9A9A. Windows color (decimal): -13053817 or 8900664. OLE color: 8900664.
HSL color Cylindrical-coordinate representation of color #38D087: hue angle of 151.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D087 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 135 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.18 |
| HSL | 151.18º | 0.62% | 0.52% | - |
| HSV(B) | 151.18º | 0.73% | 0.82% | - |
| XYZ | 28.56 | 47.7 | 30.62 | - |
| YUV | 154.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 135 | 0.73 | 0 | 0.35 | 0.18 | 151.18 | 0.62 | 0.52 |
| Hex | 38 | D0 | 87 | 49 | 0 | 23 | 12 | 97 | 3E | 34 |
| Octal | 70 | 320 | 207 | 111 | 0 | 43 | 22 | 227 | 76 | 64 |
| Binary | 111000 | 11010000 | 10000111 | 1001001 | 0 | 100011 | 10010 | 10010111 | 111110 | 110100 |
Color Harmonies of #38D087
Complementary color
Monochromatic Colors of #38D087
Black with #38D087
Text Example
Text Example
White with #38D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D087; }
p { color: rgb(56,208,135); }
H1.HeaderClassName
{
color: #38D087;
}
.AnyTagClassName
{
color: #38D087;
}
</style>
background-color css
<style>
a { background-color: #38D087; }
a { background-color: rgb(56,208,135); }
div.DivClassName
{
background-color: #38D087;
}
.BgClassName
{
background-color: #38D087;
}
</style>
border-color css
<style>
span { border-color: #38D087; }
span { border-color: rgb(56,208,135); }
td.TdClassName
{
border-color: #38D087;
}
.TagClassName
{
border-color: #38D087;
}
</style>