Shades of Shamrock #38FA8C
Tints of Shamrock #38FA8C
RGB
CMYK
RGB Variations
Color information
#38FA8C (or 0x38FA8C) is known color: Shamrock. HEX triplet: 38, FA and 8C. RGB value is (56,250,140). Sum of RGB (Red+Green+Blue) = 56+250+140=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FA8C is #C70573. Grayscale: #B3B3B3. Windows color (decimal): -13043060 or 9239096. OLE color: 9239096.
HSL color Cylindrical-coordinate representation of color #38FA8C: hue angle of 145.98º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA8C is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 140 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.02 |
| HSL | 145.98º | 0.95% | 0.6% | - |
| HSV(B) | 145.98º | 0.78% | 0.98% | - |
| XYZ | 40.55 | 71.11 | 36.4 | - |
| YUV | 179.45 | 105.73 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 140 | 0.78 | 0 | 0.44 | 0.02 | 145.98 | 0.95 | 0.6 |
| Hex | 38 | FA | 8C | 4E | 0 | 2C | 2 | 92 | 5F | 3C |
| Octal | 70 | 372 | 214 | 116 | 0 | 54 | 2 | 222 | 137 | 74 |
| Binary | 111000 | 11111010 | 10001100 | 1001110 | 0 | 101100 | 10 | 10010010 | 1011111 | 111100 |
Color Harmonies of #38FA8C
Complementary color
Monochromatic Colors of #38FA8C
Black with #38FA8C
Text Example
Text Example
White with #38FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA8C; }
p { color: rgb(56,250,140); }
H1.HeaderClassName
{
color: #38FA8C;
}
.AnyTagClassName
{
color: #38FA8C;
}
</style>
background-color css
<style>
a { background-color: #38FA8C; }
a { background-color: rgb(56,250,140); }
div.DivClassName
{
background-color: #38FA8C;
}
.BgClassName
{
background-color: #38FA8C;
}
</style>
border-color css
<style>
span { border-color: #38FA8C; }
span { border-color: rgb(56,250,140); }
td.TdClassName
{
border-color: #38FA8C;
}
.TagClassName
{
border-color: #38FA8C;
}
</style>