Shades of Shamrock #38D599
Tints of Shamrock #38D599
RGB
CMYK
RGB Variations
Color information
#38D599 (or 0x38D599) is known color: Shamrock. HEX triplet: 38, D5 and 99. RGB value is (56,213,153). Sum of RGB (Red+Green+Blue) = 56+213+153=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #38D599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D599 is #C72A66. Grayscale: #9F9F9F. Windows color (decimal): -13052519 or 10081592. OLE color: 10081592.
HSL color Cylindrical-coordinate representation of color #38D599: hue angle of 157.07º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D599 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 153 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.16 |
| HSL | 157.07º | 0.65% | 0.53% | - |
| HSV(B) | 157.07º | 0.74% | 0.84% | - |
| XYZ | 31.17 | 50.73 | 38.29 | - |
| YUV | 159.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 153 | 0.74 | 0 | 0.28 | 0.16 | 157.07 | 0.65 | 0.53 |
| Hex | 38 | D5 | 99 | 4A | 0 | 1C | 10 | 9D | 41 | 35 |
| Octal | 70 | 325 | 231 | 112 | 0 | 34 | 20 | 235 | 101 | 65 |
| Binary | 111000 | 11010101 | 10011001 | 1001010 | 0 | 11100 | 10000 | 10011101 | 1000001 | 110101 |
Color Harmonies of #38D599
Complementary color
Monochromatic Colors of #38D599
Black with #38D599
Text Example
Text Example
White with #38D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D599; }
p { color: rgb(56,213,153); }
H1.HeaderClassName
{
color: #38D599;
}
.AnyTagClassName
{
color: #38D599;
}
</style>
background-color css
<style>
a { background-color: #38D599; }
a { background-color: rgb(56,213,153); }
div.DivClassName
{
background-color: #38D599;
}
.BgClassName
{
background-color: #38D599;
}
</style>
border-color css
<style>
span { border-color: #38D599; }
span { border-color: rgb(56,213,153); }
td.TdClassName
{
border-color: #38D599;
}
.TagClassName
{
border-color: #38D599;
}
</style>