Shades of Shamrock #38FA85
Tints of Shamrock #38FA85
RGB
CMYK
RGB Variations
Color information
#38FA85 (or 0x38FA85) is known color: Shamrock. HEX triplet: 38, FA and 85. RGB value is (56,250,133). Sum of RGB (Red+Green+Blue) = 56+250+133=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FA85 is #C7057A. Grayscale: #B2B2B2. Windows color (decimal): -13043067 or 8780344. OLE color: 8780344.
HSL color Cylindrical-coordinate representation of color #38FA85: hue angle of 143.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA85 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 133 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.02 |
| HSL | 143.81º | 0.95% | 0.6% | - |
| HSV(B) | 143.81º | 0.78% | 0.98% | - |
| XYZ | 40.05 | 70.91 | 33.77 | - |
| YUV | 178.66 | 102.23 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 133 | 0.78 | 0 | 0.47 | 0.02 | 143.81 | 0.95 | 0.6 |
| Hex | 38 | FA | 85 | 4E | 0 | 2F | 2 | 90 | 5F | 3C |
| Octal | 70 | 372 | 205 | 116 | 0 | 57 | 2 | 220 | 137 | 74 |
| Binary | 111000 | 11111010 | 10000101 | 1001110 | 0 | 101111 | 10 | 10010000 | 1011111 | 111100 |
Color Harmonies of #38FA85
Complementary color
Monochromatic Colors of #38FA85
Black with #38FA85
Text Example
Text Example
White with #38FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA85; }
p { color: rgb(56,250,133); }
H1.HeaderClassName
{
color: #38FA85;
}
.AnyTagClassName
{
color: #38FA85;
}
</style>
background-color css
<style>
a { background-color: #38FA85; }
a { background-color: rgb(56,250,133); }
div.DivClassName
{
background-color: #38FA85;
}
.BgClassName
{
background-color: #38FA85;
}
</style>
border-color css
<style>
span { border-color: #38FA85; }
span { border-color: rgb(56,250,133); }
td.TdClassName
{
border-color: #38FA85;
}
.TagClassName
{
border-color: #38FA85;
}
</style>