Shades of Shamrock #38C799
Tints of Shamrock #38C799
RGB
CMYK
RGB Variations
Color information
#38C799 (or 0x38C799) is known color: Shamrock. HEX triplet: 38, C7 and 99. RGB value is (56,199,153). Sum of RGB (Red+Green+Blue) = 56+199+153=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #38C799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C799 is #C73866. Grayscale: #979797. Windows color (decimal): -13056103 or 10078008. OLE color: 10078008.
HSL color Cylindrical-coordinate representation of color #38C799: hue angle of 160.7º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C799 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 153 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.22 |
| HSL | 160.7º | 0.56% | 0.5% | - |
| HSV(B) | 160.7º | 0.72% | 0.78% | - |
| XYZ | 27.8 | 43.99 | 37.16 | - |
| YUV | 151 | 129.12 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 153 | 0.72 | 0 | 0.23 | 0.22 | 160.7 | 0.56 | 0.5 |
| Hex | 38 | C7 | 99 | 48 | 0 | 17 | 16 | A1 | 38 | 32 |
| Octal | 70 | 307 | 231 | 110 | 0 | 27 | 26 | 241 | 70 | 62 |
| Binary | 111000 | 11000111 | 10011001 | 1001000 | 0 | 10111 | 10110 | 10100001 | 111000 | 110010 |
Color Harmonies of #38C799
Complementary color
Monochromatic Colors of #38C799
Black with #38C799
Text Example
Text Example
White with #38C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C799; }
p { color: rgb(56,199,153); }
H1.HeaderClassName
{
color: #38C799;
}
.AnyTagClassName
{
color: #38C799;
}
</style>
background-color css
<style>
a { background-color: #38C799; }
a { background-color: rgb(56,199,153); }
div.DivClassName
{
background-color: #38C799;
}
.BgClassName
{
background-color: #38C799;
}
</style>
border-color css
<style>
span { border-color: #38C799; }
span { border-color: rgb(56,199,153); }
td.TdClassName
{
border-color: #38C799;
}
.TagClassName
{
border-color: #38C799;
}
</style>