Shades of Emerald #38FA80
Tints of Emerald #38FA80
RGB
CMYK
RGB Variations
Color information
#38FA80 (or 0x38FA80) is known color: Emerald. HEX triplet: 38, FA and 80. RGB value is (56,250,128). Sum of RGB (Red+Green+Blue) = 56+250+128=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FA80 is #C7057F. Grayscale: #B2B2B2. Windows color (decimal): -13043072 or 8452664. OLE color: 8452664.
HSL color Cylindrical-coordinate representation of color #38FA80: hue angle of 142.27º 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 #38FA80 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 128 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.02 |
| HSL | 142.27º | 0.95% | 0.6% | - |
| HSV(B) | 142.27º | 0.78% | 0.98% | - |
| XYZ | 39.71 | 70.77 | 31.99 | - |
| YUV | 178.09 | 99.73 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 128 | 0.78 | 0 | 0.49 | 0.02 | 142.27 | 0.95 | 0.6 |
| Hex | 38 | FA | 80 | 4E | 0 | 31 | 2 | 8E | 5F | 3C |
| Octal | 70 | 372 | 200 | 116 | 0 | 61 | 2 | 216 | 137 | 74 |
| Binary | 111000 | 11111010 | 10000000 | 1001110 | 0 | 110001 | 10 | 10001110 | 1011111 | 111100 |
Color Harmonies of #38FA80
Complementary color
Monochromatic Colors of #38FA80
Black with #38FA80
Text Example
Text Example
White with #38FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA80; }
p { color: rgb(56,250,128); }
H1.HeaderClassName
{
color: #38FA80;
}
.AnyTagClassName
{
color: #38FA80;
}
</style>
background-color css
<style>
a { background-color: #38FA80; }
a { background-color: rgb(56,250,128); }
div.DivClassName
{
background-color: #38FA80;
}
.BgClassName
{
background-color: #38FA80;
}
</style>
border-color css
<style>
span { border-color: #38FA80; }
span { border-color: rgb(56,250,128); }
td.TdClassName
{
border-color: #38FA80;
}
.TagClassName
{
border-color: #38FA80;
}
</style>