Shades of Shamrock #38D095
Tints of Shamrock #38D095
RGB
CMYK
RGB Variations
Color information
#38D095 (or 0x38D095) is known color: Shamrock. HEX triplet: 38, D0 and 95. RGB value is (56,208,149). Sum of RGB (Red+Green+Blue) = 56+208+149=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #38D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D095 is #C72F6A. Grayscale: #9B9B9B. Windows color (decimal): -13053803 or 9818168. OLE color: 9818168.
HSL color Cylindrical-coordinate representation of color #38D095: hue angle of 156.71º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D095 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 149 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.18 |
| HSL | 156.71º | 0.62% | 0.52% | - |
| HSV(B) | 156.71º | 0.73% | 0.82% | - |
| XYZ | 29.61 | 48.12 | 36.16 | - |
| YUV | 155.83 | 124.14 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 149 | 0.73 | 0 | 0.28 | 0.18 | 156.71 | 0.62 | 0.52 |
| Hex | 38 | D0 | 95 | 49 | 0 | 1C | 12 | 9D | 3E | 34 |
| Octal | 70 | 320 | 225 | 111 | 0 | 34 | 22 | 235 | 76 | 64 |
| Binary | 111000 | 11010000 | 10010101 | 1001001 | 0 | 11100 | 10010 | 10011101 | 111110 | 110100 |
Color Harmonies of #38D095
Complementary color
Monochromatic Colors of #38D095
Black with #38D095
Text Example
Text Example
White with #38D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D095; }
p { color: rgb(56,208,149); }
H1.HeaderClassName
{
color: #38D095;
}
.AnyTagClassName
{
color: #38D095;
}
</style>
background-color css
<style>
a { background-color: #38D095; }
a { background-color: rgb(56,208,149); }
div.DivClassName
{
background-color: #38D095;
}
.BgClassName
{
background-color: #38D095;
}
</style>
border-color css
<style>
span { border-color: #38D095; }
span { border-color: rgb(56,208,149); }
td.TdClassName
{
border-color: #38D095;
}
.TagClassName
{
border-color: #38D095;
}
</style>