Shades of Shamrock #38F385
Tints of Shamrock #38F385
RGB
CMYK
RGB Variations
Color information
#38F385 (or 0x38F385) is known color: Shamrock. HEX triplet: 38, F3 and 85. RGB value is (56,243,133). Sum of RGB (Red+Green+Blue) = 56+243+133=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #38F385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F385 is #C70C7A. Grayscale: #AEAEAE. Windows color (decimal): -13044859 or 8778552. OLE color: 8778552.
HSL color Cylindrical-coordinate representation of color #38F385: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F385 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 133 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.05 |
| HSL | 144.71º | 0.89% | 0.59% | - |
| HSV(B) | 144.71º | 0.77% | 0.95% | - |
| XYZ | 37.92 | 66.64 | 33.05 | - |
| YUV | 174.55 | 104.55 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 133 | 0.77 | 0 | 0.45 | 0.05 | 144.71 | 0.89 | 0.59 |
| Hex | 38 | F3 | 85 | 4D | 0 | 2D | 5 | 91 | 59 | 3B |
| Octal | 70 | 363 | 205 | 115 | 0 | 55 | 5 | 221 | 131 | 73 |
| Binary | 111000 | 11110011 | 10000101 | 1001101 | 0 | 101101 | 101 | 10010001 | 1011001 | 111011 |
Color Harmonies of #38F385
Complementary color
Monochromatic Colors of #38F385
Black with #38F385
Text Example
Text Example
White with #38F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F385; }
p { color: rgb(56,243,133); }
H1.HeaderClassName
{
color: #38F385;
}
.AnyTagClassName
{
color: #38F385;
}
</style>
background-color css
<style>
a { background-color: #38F385; }
a { background-color: rgb(56,243,133); }
div.DivClassName
{
background-color: #38F385;
}
.BgClassName
{
background-color: #38F385;
}
</style>
border-color css
<style>
span { border-color: #38F385; }
span { border-color: rgb(56,243,133); }
td.TdClassName
{
border-color: #38F385;
}
.TagClassName
{
border-color: #38F385;
}
</style>