Shades of Emerald #38D263
Tints of Emerald #38D263
RGB
CMYK
RGB Variations
Color information
#38D263 (or 0x38D263) is known color: Emerald. HEX triplet: 38, D2 and 63. RGB value is (56,210,99). Sum of RGB (Red+Green+Blue) = 56+210+99=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #38D263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D263 is #C72D9C. Grayscale: #979797. Windows color (decimal): -13053341 or 6541880. OLE color: 6541880.
HSL color Cylindrical-coordinate representation of color #38D263: hue angle of 136.75º 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 #38D263 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 99 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.18 |
| HSL | 136.75º | 0.63% | 0.52% | - |
| HSV(B) | 136.75º | 0.73% | 0.82% | - |
| XYZ | 26.93 | 47.83 | 19.62 | - |
| YUV | 151.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 99 | 0.73 | 0 | 0.53 | 0.18 | 136.75 | 0.63 | 0.52 |
| Hex | 38 | D2 | 63 | 49 | 0 | 35 | 12 | 89 | 3F | 34 |
| Octal | 70 | 322 | 143 | 111 | 0 | 65 | 22 | 211 | 77 | 64 |
| Binary | 111000 | 11010010 | 1100011 | 1001001 | 0 | 110101 | 10010 | 10001001 | 111111 | 110100 |
Color Harmonies of #38D263
Complementary color
Monochromatic Colors of #38D263
Black with #38D263
Text Example
Text Example
White with #38D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D263; }
p { color: rgb(56,210,99); }
H1.HeaderClassName
{
color: #38D263;
}
.AnyTagClassName
{
color: #38D263;
}
</style>
background-color css
<style>
a { background-color: #38D263; }
a { background-color: rgb(56,210,99); }
div.DivClassName
{
background-color: #38D263;
}
.BgClassName
{
background-color: #38D263;
}
</style>
border-color css
<style>
span { border-color: #38D263; }
span { border-color: rgb(56,210,99); }
td.TdClassName
{
border-color: #38D263;
}
.TagClassName
{
border-color: #38D263;
}
</style>