Shades of Shamrock #38D58C
Tints of Shamrock #38D58C
RGB
CMYK
RGB Variations
Color information
#38D58C (or 0x38D58C) is known color: Shamrock. HEX triplet: 38, D5 and 8C. RGB value is (56,213,140). Sum of RGB (Red+Green+Blue) = 56+213+140=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #38D58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D58C is #C72A73. Grayscale: #9D9D9D. Windows color (decimal): -13052532 or 9229624. OLE color: 9229624.
HSL color Cylindrical-coordinate representation of color #38D58C: hue angle of 152.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D58C is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 140 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.16 |
| HSL | 152.1º | 0.65% | 0.53% | - |
| HSV(B) | 152.1º | 0.74% | 0.84% | - |
| XYZ | 30.16 | 50.32 | 32.93 | - |
| YUV | 157.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 140 | 0.74 | 0 | 0.34 | 0.16 | 152.1 | 0.65 | 0.53 |
| Hex | 38 | D5 | 8C | 4A | 0 | 22 | 10 | 98 | 41 | 35 |
| Octal | 70 | 325 | 214 | 112 | 0 | 42 | 20 | 230 | 101 | 65 |
| Binary | 111000 | 11010101 | 10001100 | 1001010 | 0 | 100010 | 10000 | 10011000 | 1000001 | 110101 |
Color Harmonies of #38D58C
Complementary color
Monochromatic Colors of #38D58C
Black with #38D58C
Text Example
Text Example
White with #38D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D58C; }
p { color: rgb(56,213,140); }
H1.HeaderClassName
{
color: #38D58C;
}
.AnyTagClassName
{
color: #38D58C;
}
</style>
background-color css
<style>
a { background-color: #38D58C; }
a { background-color: rgb(56,213,140); }
div.DivClassName
{
background-color: #38D58C;
}
.BgClassName
{
background-color: #38D58C;
}
</style>
border-color css
<style>
span { border-color: #38D58C; }
span { border-color: rgb(56,213,140); }
td.TdClassName
{
border-color: #38D58C;
}
.TagClassName
{
border-color: #38D58C;
}
</style>