Shades of Shamrock #38CB85
Tints of Shamrock #38CB85
RGB
CMYK
RGB Variations
Color information
#38CB85 (or 0x38CB85) is known color: Shamrock. HEX triplet: 38, CB and 85. RGB value is (56,203,133). Sum of RGB (Red+Green+Blue) = 56+203+133=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB85 is #C7347A. Grayscale: #979797. Windows color (decimal): -13055099 or 8768312. OLE color: 8768312.
HSL color Cylindrical-coordinate representation of color #38CB85: hue angle of 151.43º 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 #38CB85 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 133 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.20 |
| HSL | 151.43º | 0.59% | 0.51% | - |
| HSV(B) | 151.43º | 0.72% | 0.8% | - |
| XYZ | 27.22 | 45.25 | 29.49 | - |
| YUV | 151.07 | 117.8 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 133 | 0.72 | 0 | 0.34 | 0.20 | 151.43 | 0.59 | 0.51 |
| Hex | 38 | CB | 85 | 48 | 0 | 22 | 14 | 97 | 3B | 33 |
| Octal | 70 | 313 | 205 | 110 | 0 | 42 | 24 | 227 | 73 | 63 |
| Binary | 111000 | 11001011 | 10000101 | 1001000 | 0 | 100010 | 10100 | 10010111 | 111011 | 110011 |
Color Harmonies of #38CB85
Complementary color
Monochromatic Colors of #38CB85
Black with #38CB85
Text Example
Text Example
White with #38CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB85; }
p { color: rgb(56,203,133); }
H1.HeaderClassName
{
color: #38CB85;
}
.AnyTagClassName
{
color: #38CB85;
}
</style>
background-color css
<style>
a { background-color: #38CB85; }
a { background-color: rgb(56,203,133); }
div.DivClassName
{
background-color: #38CB85;
}
.BgClassName
{
background-color: #38CB85;
}
</style>
border-color css
<style>
span { border-color: #38CB85; }
span { border-color: rgb(56,203,133); }
td.TdClassName
{
border-color: #38CB85;
}
.TagClassName
{
border-color: #38CB85;
}
</style>