Shades of Shamrock #38F384
Tints of Shamrock #38F384
RGB
CMYK
RGB Variations
Color information
#38F384 (or 0x38F384) is known color: Shamrock. HEX triplet: 38, F3 and 84. RGB value is (56,243,132). Sum of RGB (Red+Green+Blue) = 56+243+132=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #38F384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F384 is #C70C7B. Grayscale: #AEAEAE. Windows color (decimal): -13044860 or 8713016. OLE color: 8713016.
HSL color Cylindrical-coordinate representation of color #38F384: hue angle of 144.39º 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 #38F384 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 132 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.05 |
| HSL | 144.39º | 0.89% | 0.59% | - |
| HSV(B) | 144.39º | 0.77% | 0.95% | - |
| XYZ | 37.85 | 66.61 | 32.69 | - |
| YUV | 174.43 | 104.05 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 132 | 0.77 | 0 | 0.46 | 0.05 | 144.39 | 0.89 | 0.59 |
| Hex | 38 | F3 | 84 | 4D | 0 | 2E | 5 | 90 | 59 | 3B |
| Octal | 70 | 363 | 204 | 115 | 0 | 56 | 5 | 220 | 131 | 73 |
| Binary | 111000 | 11110011 | 10000100 | 1001101 | 0 | 101110 | 101 | 10010000 | 1011001 | 111011 |
Color Harmonies of #38F384
Complementary color
Monochromatic Colors of #38F384
Black with #38F384
Text Example
Text Example
White with #38F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F384; }
p { color: rgb(56,243,132); }
H1.HeaderClassName
{
color: #38F384;
}
.AnyTagClassName
{
color: #38F384;
}
</style>
background-color css
<style>
a { background-color: #38F384; }
a { background-color: rgb(56,243,132); }
div.DivClassName
{
background-color: #38F384;
}
.BgClassName
{
background-color: #38F384;
}
</style>
border-color css
<style>
span { border-color: #38F384; }
span { border-color: rgb(56,243,132); }
td.TdClassName
{
border-color: #38F384;
}
.TagClassName
{
border-color: #38F384;
}
</style>