Shades of Emerald #38DF5A
Tints of Emerald #38DF5A
RGB
CMYK
RGB Variations
Color information
#38DF5A (or 0x38DF5A) is known color: Emerald. HEX triplet: 38, DF and 5A. RGB value is (56,223,90). Sum of RGB (Red+Green+Blue) = 56+223+90=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DF5A is #C720A5. Grayscale: #9E9E9E. Windows color (decimal): -13050022 or 5955384. OLE color: 5955384.
HSL color Cylindrical-coordinate representation of color #38DF5A: hue angle of 132.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF5A is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 90 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.13 |
| HSL | 132.22º | 0.72% | 0.55% | - |
| HSV(B) | 132.22º | 0.75% | 0.87% | - |
| XYZ | 29.86 | 54.35 | 18.59 | - |
| YUV | 157.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 90 | 0.75 | 0 | 0.60 | 0.13 | 132.22 | 0.72 | 0.55 |
| Hex | 38 | DF | 5A | 4B | 0 | 3C | D | 84 | 48 | 37 |
| Octal | 70 | 337 | 132 | 113 | 0 | 74 | 15 | 204 | 110 | 67 |
| Binary | 111000 | 11011111 | 1011010 | 1001011 | 0 | 111100 | 1101 | 10000100 | 1001000 | 110111 |
Color Harmonies of #38DF5A
Complementary color
Monochromatic Colors of #38DF5A
Black with #38DF5A
Text Example
Text Example
White with #38DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF5A; }
p { color: rgb(56,223,90); }
H1.HeaderClassName
{
color: #38DF5A;
}
.AnyTagClassName
{
color: #38DF5A;
}
</style>
background-color css
<style>
a { background-color: #38DF5A; }
a { background-color: rgb(56,223,90); }
div.DivClassName
{
background-color: #38DF5A;
}
.BgClassName
{
background-color: #38DF5A;
}
</style>
border-color css
<style>
span { border-color: #38DF5A; }
span { border-color: rgb(56,223,90); }
td.TdClassName
{
border-color: #38DF5A;
}
.TagClassName
{
border-color: #38DF5A;
}
</style>