Shades of Emerald #38F482
Tints of Emerald #38F482
RGB
CMYK
RGB Variations
Color information
#38F482 (or 0x38F482) is known color: Emerald. HEX triplet: 38, F4 and 82. RGB value is (56,244,130). Sum of RGB (Red+Green+Blue) = 56+244+130=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #38F482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F482 is #C70B7D. Grayscale: #AFAFAF. Windows color (decimal): -13044606 or 8582200. OLE color: 8582200.
HSL color Cylindrical-coordinate representation of color #38F482: hue angle of 143.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F482 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 244 | 130 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.04 |
| HSL | 143.62º | 0.9% | 0.59% | - |
| HSV(B) | 143.62º | 0.77% | 0.96% | - |
| XYZ | 38.01 | 67.15 | 32.08 | - |
| YUV | 174.79 | 102.72 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 244 | 130 | 0.77 | 0 | 0.47 | 0.04 | 143.62 | 0.9 | 0.59 |
| Hex | 38 | F4 | 82 | 4D | 0 | 2F | 4 | 90 | 5A | 3B |
| Octal | 70 | 364 | 202 | 115 | 0 | 57 | 4 | 220 | 132 | 73 |
| Binary | 111000 | 11110100 | 10000010 | 1001101 | 0 | 101111 | 100 | 10010000 | 1011010 | 111011 |
Color Harmonies of #38F482
Complementary color
Monochromatic Colors of #38F482
Black with #38F482
Text Example
Text Example
White with #38F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F482; }
p { color: rgb(56,244,130); }
H1.HeaderClassName
{
color: #38F482;
}
.AnyTagClassName
{
color: #38F482;
}
</style>
background-color css
<style>
a { background-color: #38F482; }
a { background-color: rgb(56,244,130); }
div.DivClassName
{
background-color: #38F482;
}
.BgClassName
{
background-color: #38F482;
}
</style>
border-color css
<style>
span { border-color: #38F482; }
span { border-color: rgb(56,244,130); }
td.TdClassName
{
border-color: #38F482;
}
.TagClassName
{
border-color: #38F482;
}
</style>