Shades of Shamrock #38EE90
Tints of Shamrock #38EE90
RGB
CMYK
RGB Variations
Color information
#38EE90 (or 0x38EE90) is known color: Shamrock. HEX triplet: 38, EE and 90. RGB value is (56,238,144). Sum of RGB (Red+Green+Blue) = 56+238+144=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EE90 is #C7116F. Grayscale: #ADADAD. Windows color (decimal): -13046128 or 9498168. OLE color: 9498168.
HSL color Cylindrical-coordinate representation of color #38EE90: hue angle of 149.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EE90 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 144 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.07 |
| HSL | 149.01º | 0.84% | 0.58% | - |
| HSV(B) | 149.01º | 0.76% | 0.93% | - |
| XYZ | 37.24 | 64 | 36.78 | - |
| YUV | 172.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 144 | 0.76 | 0 | 0.39 | 0.07 | 149.01 | 0.84 | 0.58 |
| Hex | 38 | EE | 90 | 4C | 0 | 27 | 7 | 95 | 54 | 3A |
| Octal | 70 | 356 | 220 | 114 | 0 | 47 | 7 | 225 | 124 | 72 |
| Binary | 111000 | 11101110 | 10010000 | 1001100 | 0 | 100111 | 111 | 10010101 | 1010100 | 111010 |
Color Harmonies of #38EE90
Complementary color
Monochromatic Colors of #38EE90
Black with #38EE90
Text Example
Text Example
White with #38EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE90; }
p { color: rgb(56,238,144); }
H1.HeaderClassName
{
color: #38EE90;
}
.AnyTagClassName
{
color: #38EE90;
}
</style>
background-color css
<style>
a { background-color: #38EE90; }
a { background-color: rgb(56,238,144); }
div.DivClassName
{
background-color: #38EE90;
}
.BgClassName
{
background-color: #38EE90;
}
</style>
border-color css
<style>
span { border-color: #38EE90; }
span { border-color: rgb(56,238,144); }
td.TdClassName
{
border-color: #38EE90;
}
.TagClassName
{
border-color: #38EE90;
}
</style>