Shades of Emerald #38D55C
Tints of Emerald #38D55C
RGB
CMYK
RGB Variations
Color information
#38D55C (or 0x38D55C) is known color: Emerald. HEX triplet: 38, D5 and 5C. RGB value is (56,213,92). Sum of RGB (Red+Green+Blue) = 56+213+92=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #38D55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D55C is #C72AA3. Grayscale: #989898. Windows color (decimal): -13052580 or 6083896. OLE color: 6083896.
HSL color Cylindrical-coordinate representation of color #38D55C: hue angle of 133.76º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D55C is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 92 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.16 |
| HSL | 133.76º | 0.65% | 0.53% | - |
| HSV(B) | 133.76º | 0.74% | 0.84% | - |
| XYZ | 27.36 | 49.2 | 18.18 | - |
| YUV | 152.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 92 | 0.74 | 0 | 0.57 | 0.16 | 133.76 | 0.65 | 0.53 |
| Hex | 38 | D5 | 5C | 4A | 0 | 39 | 10 | 86 | 41 | 35 |
| Octal | 70 | 325 | 134 | 112 | 0 | 71 | 20 | 206 | 101 | 65 |
| Binary | 111000 | 11010101 | 1011100 | 1001010 | 0 | 111001 | 10000 | 10000110 | 1000001 | 110101 |
Color Harmonies of #38D55C
Complementary color
Monochromatic Colors of #38D55C
Black with #38D55C
Text Example
Text Example
White with #38D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D55C; }
p { color: rgb(56,213,92); }
H1.HeaderClassName
{
color: #38D55C;
}
.AnyTagClassName
{
color: #38D55C;
}
</style>
background-color css
<style>
a { background-color: #38D55C; }
a { background-color: rgb(56,213,92); }
div.DivClassName
{
background-color: #38D55C;
}
.BgClassName
{
background-color: #38D55C;
}
</style>
border-color css
<style>
span { border-color: #38D55C; }
span { border-color: rgb(56,213,92); }
td.TdClassName
{
border-color: #38D55C;
}
.TagClassName
{
border-color: #38D55C;
}
</style>