Shades of Shamrock #38CB81
Tints of Shamrock #38CB81
RGB
CMYK
RGB Variations
Color information
#38CB81 (or 0x38CB81) is known color: Shamrock. HEX triplet: 38, CB and 81. RGB value is (56,203,129). Sum of RGB (Red+Green+Blue) = 56+203+129=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB81 is #C7347E. Grayscale: #969696. Windows color (decimal): -13055103 or 8506168. OLE color: 8506168.
HSL color Cylindrical-coordinate representation of color #38CB81: hue angle of 149.8º 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 #38CB81 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 129 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.20 |
| HSL | 149.8º | 0.59% | 0.51% | - |
| HSV(B) | 149.8º | 0.72% | 0.8% | - |
| XYZ | 26.95 | 45.14 | 28.06 | - |
| YUV | 150.61 | 115.8 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 129 | 0.72 | 0 | 0.36 | 0.20 | 149.8 | 0.59 | 0.51 |
| Hex | 38 | CB | 81 | 48 | 0 | 24 | 14 | 96 | 3B | 33 |
| Octal | 70 | 313 | 201 | 110 | 0 | 44 | 24 | 226 | 73 | 63 |
| Binary | 111000 | 11001011 | 10000001 | 1001000 | 0 | 100100 | 10100 | 10010110 | 111011 | 110011 |
Color Harmonies of #38CB81
Complementary color
Monochromatic Colors of #38CB81
Black with #38CB81
Text Example
Text Example
White with #38CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB81; }
p { color: rgb(56,203,129); }
H1.HeaderClassName
{
color: #38CB81;
}
.AnyTagClassName
{
color: #38CB81;
}
</style>
background-color css
<style>
a { background-color: #38CB81; }
a { background-color: rgb(56,203,129); }
div.DivClassName
{
background-color: #38CB81;
}
.BgClassName
{
background-color: #38CB81;
}
</style>
border-color css
<style>
span { border-color: #38CB81; }
span { border-color: rgb(56,203,129); }
td.TdClassName
{
border-color: #38CB81;
}
.TagClassName
{
border-color: #38CB81;
}
</style>