Shades of Shamrock #38CC81
Tints of Shamrock #38CC81
RGB
CMYK
RGB Variations
Color information
#38CC81 (or 0x38CC81) is known color: Shamrock. HEX triplet: 38, CC and 81. RGB value is (56,204,129). Sum of RGB (Red+Green+Blue) = 56+204+129=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CC81 is #C7337E. Grayscale: #979797. Windows color (decimal): -13054847 or 8506424. OLE color: 8506424.
HSL color Cylindrical-coordinate representation of color #38CC81: hue angle of 149.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC81 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 129 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.2 |
| HSL | 149.59º | 0.59% | 0.51% | - |
| HSV(B) | 149.59º | 0.73% | 0.8% | - |
| XYZ | 27.19 | 45.61 | 28.14 | - |
| YUV | 151.2 | 115.47 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 129 | 0.73 | 0 | 0.37 | 0.2 | 149.59 | 0.59 | 0.51 |
| Hex | 38 | CC | 81 | 49 | 0 | 25 | 14 | 96 | 3B | 33 |
| Octal | 70 | 314 | 201 | 111 | 0 | 45 | 24 | 226 | 73 | 63 |
| Binary | 111000 | 11001100 | 10000001 | 1001001 | 0 | 100101 | 10100 | 10010110 | 111011 | 110011 |
Color Harmonies of #38CC81
Complementary color
Monochromatic Colors of #38CC81
Black with #38CC81
Text Example
Text Example
White with #38CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CC81; }
p { color: rgb(56,204,129); }
H1.HeaderClassName
{
color: #38CC81;
}
.AnyTagClassName
{
color: #38CC81;
}
</style>
background-color css
<style>
a { background-color: #38CC81; }
a { background-color: rgb(56,204,129); }
div.DivClassName
{
background-color: #38CC81;
}
.BgClassName
{
background-color: #38CC81;
}
</style>
border-color css
<style>
span { border-color: #38CC81; }
span { border-color: rgb(56,204,129); }
td.TdClassName
{
border-color: #38CC81;
}
.TagClassName
{
border-color: #38CC81;
}
</style>