Shades of Shamrock #38F888
Tints of Shamrock #38F888
RGB
CMYK
RGB Variations
Color information
#38F888 (or 0x38F888) is known color: Shamrock. HEX triplet: 38, F8 and 88. RGB value is (56,248,136). Sum of RGB (Red+Green+Blue) = 56+248+136=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #38F888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F888 is #C70777. Grayscale: #B2B2B2. Windows color (decimal): -13043576 or 8976440. OLE color: 8976440.
HSL color Cylindrical-coordinate representation of color #38F888: hue angle of 145º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F888 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 248 | 136 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.03 |
| HSL | 145º | 0.93% | 0.6% | - |
| HSV(B) | 145º | 0.77% | 0.97% | - |
| XYZ | 39.64 | 69.75 | 34.67 | - |
| YUV | 177.82 | 104.39 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 248 | 136 | 0.77 | 0 | 0.45 | 0.03 | 145 | 0.93 | 0.6 |
| Hex | 38 | F8 | 88 | 4D | 0 | 2D | 3 | 91 | 5D | 3C |
| Octal | 70 | 370 | 210 | 115 | 0 | 55 | 3 | 221 | 135 | 74 |
| Binary | 111000 | 11111000 | 10001000 | 1001101 | 0 | 101101 | 11 | 10010001 | 1011101 | 111100 |
Color Harmonies of #38F888
Complementary color
Monochromatic Colors of #38F888
Black with #38F888
Text Example
Text Example
White with #38F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F888; }
p { color: rgb(56,248,136); }
H1.HeaderClassName
{
color: #38F888;
}
.AnyTagClassName
{
color: #38F888;
}
</style>
background-color css
<style>
a { background-color: #38F888; }
a { background-color: rgb(56,248,136); }
div.DivClassName
{
background-color: #38F888;
}
.BgClassName
{
background-color: #38F888;
}
</style>
border-color css
<style>
span { border-color: #38F888; }
span { border-color: rgb(56,248,136); }
td.TdClassName
{
border-color: #38F888;
}
.TagClassName
{
border-color: #38F888;
}
</style>