Shades of Shamrock #38E490
Tints of Shamrock #38E490
RGB
CMYK
RGB Variations
Color information
#38E490 (or 0x38E490) is known color: Shamrock. HEX triplet: 38, E4 and 90. RGB value is (56,228,144). Sum of RGB (Red+Green+Blue) = 56+228+144=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #38E490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E490 is #C71B6F. Grayscale: #A7A7A7. Windows color (decimal): -13048688 or 9495608. OLE color: 9495608.
HSL color Cylindrical-coordinate representation of color #38E490: hue angle of 150.7º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E490 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 144 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.11 |
| HSL | 150.7º | 0.76% | 0.56% | - |
| HSV(B) | 150.7º | 0.75% | 0.89% | - |
| XYZ | 34.41 | 58.34 | 35.83 | - |
| YUV | 167 | 115.02 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 144 | 0.75 | 0 | 0.37 | 0.11 | 150.7 | 0.76 | 0.56 |
| Hex | 38 | E4 | 90 | 4B | 0 | 25 | B | 97 | 4C | 38 |
| Octal | 70 | 344 | 220 | 113 | 0 | 45 | 13 | 227 | 114 | 70 |
| Binary | 111000 | 11100100 | 10010000 | 1001011 | 0 | 100101 | 1011 | 10010111 | 1001100 | 111000 |
Color Harmonies of #38E490
Complementary color
Monochromatic Colors of #38E490
Black with #38E490
Text Example
Text Example
White with #38E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E490; }
p { color: rgb(56,228,144); }
H1.HeaderClassName
{
color: #38E490;
}
.AnyTagClassName
{
color: #38E490;
}
</style>
background-color css
<style>
a { background-color: #38E490; }
a { background-color: rgb(56,228,144); }
div.DivClassName
{
background-color: #38E490;
}
.BgClassName
{
background-color: #38E490;
}
</style>
border-color css
<style>
span { border-color: #38E490; }
span { border-color: rgb(56,228,144); }
td.TdClassName
{
border-color: #38E490;
}
.TagClassName
{
border-color: #38E490;
}
</style>