Shades of Shamrock #38FF99
Tints of Shamrock #38FF99
RGB
CMYK
RGB Variations
Color information
#38FF99 (or 0x38FF99) is known color: Shamrock. HEX triplet: 38, FF and 99. RGB value is (56,255,153). Sum of RGB (Red+Green+Blue) = 56+255+153=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF99 is #C70066. Grayscale: #B8B8B8. Windows color (decimal): -13041767 or 10092344. OLE color: 10092344.
HSL color Cylindrical-coordinate representation of color #38FF99: hue angle of 149.25º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF99 is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 153 | - |
| CMYK | 0.78 | 0 | 0.4 | 0 |
| HSL | 149.25º | 1% | 0.61% | - |
| HSV(B) | 149.25º | 0.78% | 1% | - |
| XYZ | 43.14 | 74.66 | 42.27 | - |
| YUV | 183.87 | 110.57 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 153 | 0.78 | 0 | 0.4 | 0 | 149.25 | 1 | 0.61 |
| Hex | 38 | FF | 99 | 4E | 0 | 28 | 0 | 95 | 64 | 3D |
| Octal | 70 | 377 | 231 | 116 | 0 | 50 | 0 | 225 | 144 | 75 |
| Binary | 111000 | 11111111 | 10011001 | 1001110 | 0 | 101000 | 0 | 10010101 | 1100100 | 111101 |
Color Harmonies of #38FF99
Complementary color
Monochromatic Colors of #38FF99
Black with #38FF99
Text Example
Text Example
White with #38FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF99; }
p { color: rgb(56,255,153); }
H1.HeaderClassName
{
color: #38FF99;
}
.AnyTagClassName
{
color: #38FF99;
}
</style>
background-color css
<style>
a { background-color: #38FF99; }
a { background-color: rgb(56,255,153); }
div.DivClassName
{
background-color: #38FF99;
}
.BgClassName
{
background-color: #38FF99;
}
</style>
border-color css
<style>
span { border-color: #38FF99; }
span { border-color: rgb(56,255,153); }
td.TdClassName
{
border-color: #38FF99;
}
.TagClassName
{
border-color: #38FF99;
}
</style>