Shades of Shamrock #38D59A
Tints of Shamrock #38D59A
RGB
CMYK
RGB Variations
Color information
#38D59A (or 0x38D59A) is known color: Shamrock. HEX triplet: 38, D5 and 9A. RGB value is (56,213,154). Sum of RGB (Red+Green+Blue) = 56+213+154=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #38D59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D59A is #C72A65. Grayscale: #9F9F9F. Windows color (decimal): -13052518 or 10147128. OLE color: 10147128.
HSL color Cylindrical-coordinate representation of color #38D59A: hue angle of 157.45º 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 #38D59A is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 154 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.16 |
| HSL | 157.45º | 0.65% | 0.53% | - |
| HSV(B) | 157.45º | 0.74% | 0.84% | - |
| XYZ | 31.26 | 50.76 | 38.72 | - |
| YUV | 159.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 154 | 0.74 | 0 | 0.28 | 0.16 | 157.45 | 0.65 | 0.53 |
| Hex | 38 | D5 | 9A | 4A | 0 | 1C | 10 | 9D | 41 | 35 |
| Octal | 70 | 325 | 232 | 112 | 0 | 34 | 20 | 235 | 101 | 65 |
| Binary | 111000 | 11010101 | 10011010 | 1001010 | 0 | 11100 | 10000 | 10011101 | 1000001 | 110101 |
Color Harmonies of #38D59A
Complementary color
Monochromatic Colors of #38D59A
Black with #38D59A
Text Example
Text Example
White with #38D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D59A; }
p { color: rgb(56,213,154); }
H1.HeaderClassName
{
color: #38D59A;
}
.AnyTagClassName
{
color: #38D59A;
}
</style>
background-color css
<style>
a { background-color: #38D59A; }
a { background-color: rgb(56,213,154); }
div.DivClassName
{
background-color: #38D59A;
}
.BgClassName
{
background-color: #38D59A;
}
</style>
border-color css
<style>
span { border-color: #38D59A; }
span { border-color: rgb(56,213,154); }
td.TdClassName
{
border-color: #38D59A;
}
.TagClassName
{
border-color: #38D59A;
}
</style>