Shades of Shamrock #38F087
Tints of Shamrock #38F087
RGB
CMYK
RGB Variations
Color information
#38F087 (or 0x38F087) is known color: Shamrock. HEX triplet: 38, F0 and 87. RGB value is (56,240,135). Sum of RGB (Red+Green+Blue) = 56+240+135=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #38F087 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F087 is #C70F78. Grayscale: #ADADAD. Windows color (decimal): -13045625 or 8908856. OLE color: 8908856.
HSL color Cylindrical-coordinate representation of color #38F087: hue angle of 145.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F087 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 135 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.06 |
| HSL | 145.76º | 0.86% | 0.58% | - |
| HSV(B) | 145.76º | 0.77% | 0.94% | - |
| XYZ | 37.16 | 64.91 | 33.49 | - |
| YUV | 173.01 | 106.54 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 135 | 0.77 | 0 | 0.44 | 0.06 | 145.76 | 0.86 | 0.58 |
| Hex | 38 | F0 | 87 | 4D | 0 | 2C | 6 | 92 | 56 | 3A |
| Octal | 70 | 360 | 207 | 115 | 0 | 54 | 6 | 222 | 126 | 72 |
| Binary | 111000 | 11110000 | 10000111 | 1001101 | 0 | 101100 | 110 | 10010010 | 1010110 | 111010 |
Color Harmonies of #38F087
Complementary color
Monochromatic Colors of #38F087
Black with #38F087
Text Example
Text Example
White with #38F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F087; }
p { color: rgb(56,240,135); }
H1.HeaderClassName
{
color: #38F087;
}
.AnyTagClassName
{
color: #38F087;
}
</style>
background-color css
<style>
a { background-color: #38F087; }
a { background-color: rgb(56,240,135); }
div.DivClassName
{
background-color: #38F087;
}
.BgClassName
{
background-color: #38F087;
}
</style>
border-color css
<style>
span { border-color: #38F087; }
span { border-color: rgb(56,240,135); }
td.TdClassName
{
border-color: #38F087;
}
.TagClassName
{
border-color: #38F087;
}
</style>