Shades of Shamrock #38CB87
Tints of Shamrock #38CB87
RGB
CMYK
RGB Variations
Color information
#38CB87 (or 0x38CB87) is known color: Shamrock. HEX triplet: 38, CB and 87. RGB value is (56,203,135). Sum of RGB (Red+Green+Blue) = 56+203+135=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB87 is #C73478. Grayscale: #979797. Windows color (decimal): -13055097 or 8899384. OLE color: 8899384.
HSL color Cylindrical-coordinate representation of color #38CB87: hue angle of 152.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB87 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 135 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.20 |
| HSL | 152.24º | 0.59% | 0.51% | - |
| HSV(B) | 152.24º | 0.72% | 0.8% | - |
| XYZ | 27.36 | 45.3 | 30.22 | - |
| YUV | 151.3 | 118.8 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 135 | 0.72 | 0 | 0.33 | 0.20 | 152.24 | 0.59 | 0.51 |
| Hex | 38 | CB | 87 | 48 | 0 | 21 | 14 | 98 | 3B | 33 |
| Octal | 70 | 313 | 207 | 110 | 0 | 41 | 24 | 230 | 73 | 63 |
| Binary | 111000 | 11001011 | 10000111 | 1001000 | 0 | 100001 | 10100 | 10011000 | 111011 | 110011 |
Color Harmonies of #38CB87
Complementary color
Monochromatic Colors of #38CB87
Black with #38CB87
Text Example
Text Example
White with #38CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB87; }
p { color: rgb(56,203,135); }
H1.HeaderClassName
{
color: #38CB87;
}
.AnyTagClassName
{
color: #38CB87;
}
</style>
background-color css
<style>
a { background-color: #38CB87; }
a { background-color: rgb(56,203,135); }
div.DivClassName
{
background-color: #38CB87;
}
.BgClassName
{
background-color: #38CB87;
}
</style>
border-color css
<style>
span { border-color: #38CB87; }
span { border-color: rgb(56,203,135); }
td.TdClassName
{
border-color: #38CB87;
}
.TagClassName
{
border-color: #38CB87;
}
</style>