Shades of Shamrock #38E88B
Tints of Shamrock #38E88B
RGB
CMYK
RGB Variations
Color information
#38E88B (or 0x38E88B) is known color: Shamrock. HEX triplet: 38, E8 and 8B. RGB value is (56,232,139). Sum of RGB (Red+Green+Blue) = 56+232+139=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #38E88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E88B is #C71774. Grayscale: #A8A8A8. Windows color (decimal): -13047669 or 9168952. OLE color: 9168952.
HSL color Cylindrical-coordinate representation of color #38E88B: hue angle of 148.3º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E88B is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 232 | 139 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.09 |
| HSL | 148.3º | 0.79% | 0.56% | - |
| HSV(B) | 148.3º | 0.76% | 0.91% | - |
| XYZ | 35.15 | 60.42 | 34.24 | - |
| YUV | 168.77 | 111.19 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 232 | 139 | 0.76 | 0 | 0.40 | 0.09 | 148.3 | 0.79 | 0.56 |
| Hex | 38 | E8 | 8B | 4C | 0 | 28 | 9 | 94 | 4F | 38 |
| Octal | 70 | 350 | 213 | 114 | 0 | 50 | 11 | 224 | 117 | 70 |
| Binary | 111000 | 11101000 | 10001011 | 1001100 | 0 | 101000 | 1001 | 10010100 | 1001111 | 111000 |
Color Harmonies of #38E88B
Complementary color
Monochromatic Colors of #38E88B
Black with #38E88B
Text Example
Text Example
White with #38E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E88B; }
p { color: rgb(56,232,139); }
H1.HeaderClassName
{
color: #38E88B;
}
.AnyTagClassName
{
color: #38E88B;
}
</style>
background-color css
<style>
a { background-color: #38E88B; }
a { background-color: rgb(56,232,139); }
div.DivClassName
{
background-color: #38E88B;
}
.BgClassName
{
background-color: #38E88B;
}
</style>
border-color css
<style>
span { border-color: #38E88B; }
span { border-color: rgb(56,232,139); }
td.TdClassName
{
border-color: #38E88B;
}
.TagClassName
{
border-color: #38E88B;
}
</style>