Shades of Shamrock #38FF90
Tints of Shamrock #38FF90
RGB
CMYK
RGB Variations
Color information
#38FF90 (or 0x38FF90) is known color: Shamrock. HEX triplet: 38, FF and 90. RGB value is (56,255,144). Sum of RGB (Red+Green+Blue) = 56+255+144=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF90 is #C7006F. Grayscale: #B7B7B7. Windows color (decimal): -13041776 or 9502520. OLE color: 9502520.
HSL color Cylindrical-coordinate representation of color #38FF90: hue angle of 146.53º 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 #38FF90 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 144 | - |
| CMYK | 0.78 | 0 | 0.44 | 0 |
| HSL | 146.53º | 1% | 0.61% | - |
| HSV(B) | 146.53º | 0.78% | 1% | - |
| XYZ | 42.42 | 74.37 | 38.51 | - |
| YUV | 182.85 | 106.07 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 144 | 0.78 | 0 | 0.44 | 0 | 146.53 | 1 | 0.61 |
| Hex | 38 | FF | 90 | 4E | 0 | 2C | 0 | 93 | 64 | 3D |
| Octal | 70 | 377 | 220 | 116 | 0 | 54 | 0 | 223 | 144 | 75 |
| Binary | 111000 | 11111111 | 10010000 | 1001110 | 0 | 101100 | 0 | 10010011 | 1100100 | 111101 |
Color Harmonies of #38FF90
Complementary color
Monochromatic Colors of #38FF90
Black with #38FF90
Text Example
Text Example
White with #38FF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF90; }
p { color: rgb(56,255,144); }
H1.HeaderClassName
{
color: #38FF90;
}
.AnyTagClassName
{
color: #38FF90;
}
</style>
background-color css
<style>
a { background-color: #38FF90; }
a { background-color: rgb(56,255,144); }
div.DivClassName
{
background-color: #38FF90;
}
.BgClassName
{
background-color: #38FF90;
}
</style>
border-color css
<style>
span { border-color: #38FF90; }
span { border-color: rgb(56,255,144); }
td.TdClassName
{
border-color: #38FF90;
}
.TagClassName
{
border-color: #38FF90;
}
</style>