Shades of Emerald #38D258
Tints of Emerald #38D258
RGB
CMYK
RGB Variations
Color information
#38D258 (or 0x38D258) is known color: Emerald. HEX triplet: 38, D2 and 58. RGB value is (56,210,88). Sum of RGB (Red+Green+Blue) = 56+210+88=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #38D258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D258 is #C72DA7. Grayscale: #969696. Windows color (decimal): -13053352 or 5820984. OLE color: 5820984.
HSL color Cylindrical-coordinate representation of color #38D258: hue angle of 132.47º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D258 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 88 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.18 |
| HSL | 132.47º | 0.63% | 0.52% | - |
| HSV(B) | 132.47º | 0.73% | 0.82% | - |
| XYZ | 26.44 | 47.64 | 17.03 | - |
| YUV | 150.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 88 | 0.73 | 0 | 0.58 | 0.18 | 132.47 | 0.63 | 0.52 |
| Hex | 38 | D2 | 58 | 49 | 0 | 3A | 12 | 84 | 3F | 34 |
| Octal | 70 | 322 | 130 | 111 | 0 | 72 | 22 | 204 | 77 | 64 |
| Binary | 111000 | 11010010 | 1011000 | 1001001 | 0 | 111010 | 10010 | 10000100 | 111111 | 110100 |
Color Harmonies of #38D258
Complementary color
Monochromatic Colors of #38D258
Black with #38D258
Text Example
Text Example
White with #38D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D258; }
p { color: rgb(56,210,88); }
H1.HeaderClassName
{
color: #38D258;
}
.AnyTagClassName
{
color: #38D258;
}
</style>
background-color css
<style>
a { background-color: #38D258; }
a { background-color: rgb(56,210,88); }
div.DivClassName
{
background-color: #38D258;
}
.BgClassName
{
background-color: #38D258;
}
</style>
border-color css
<style>
span { border-color: #38D258; }
span { border-color: rgb(56,210,88); }
td.TdClassName
{
border-color: #38D258;
}
.TagClassName
{
border-color: #38D258;
}
</style>