Shades of Shamrock #38D084
Tints of Shamrock #38D084
RGB
CMYK
RGB Variations
Color information
#38D084 (or 0x38D084) is known color: Shamrock. HEX triplet: 38, D0 and 84. RGB value is (56,208,132). Sum of RGB (Red+Green+Blue) = 56+208+132=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #38D084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D084 is #C72F7B. Grayscale: #9A9A9A. Windows color (decimal): -13053820 or 8704056. OLE color: 8704056.
HSL color Cylindrical-coordinate representation of color #38D084: hue angle of 150º 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 #38D084 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 132 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.18 |
| HSL | 150º | 0.62% | 0.52% | - |
| HSV(B) | 150º | 0.73% | 0.82% | - |
| XYZ | 28.35 | 47.62 | 29.53 | - |
| YUV | 153.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 132 | 0.73 | 0 | 0.37 | 0.18 | 150 | 0.62 | 0.52 |
| Hex | 38 | D0 | 84 | 49 | 0 | 25 | 12 | 96 | 3E | 34 |
| Octal | 70 | 320 | 204 | 111 | 0 | 45 | 22 | 226 | 76 | 64 |
| Binary | 111000 | 11010000 | 10000100 | 1001001 | 0 | 100101 | 10010 | 10010110 | 111110 | 110100 |
Color Harmonies of #38D084
Complementary color
Monochromatic Colors of #38D084
Black with #38D084
Text Example
Text Example
White with #38D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D084; }
p { color: rgb(56,208,132); }
H1.HeaderClassName
{
color: #38D084;
}
.AnyTagClassName
{
color: #38D084;
}
</style>
background-color css
<style>
a { background-color: #38D084; }
a { background-color: rgb(56,208,132); }
div.DivClassName
{
background-color: #38D084;
}
.BgClassName
{
background-color: #38D084;
}
</style>
border-color css
<style>
span { border-color: #38D084; }
span { border-color: rgb(56,208,132); }
td.TdClassName
{
border-color: #38D084;
}
.TagClassName
{
border-color: #38D084;
}
</style>