Shades of Emerald #38D85C
Tints of Emerald #38D85C
RGB
CMYK
RGB Variations
Color information
#38D85C (or 0x38D85C) is known color: Emerald. HEX triplet: 38, D8 and 5C. RGB value is (56,216,92). Sum of RGB (Red+Green+Blue) = 56+216+92=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #38D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D85C is #C727A3. Grayscale: #9A9A9A. Windows color (decimal): -13051812 or 6084664. OLE color: 6084664.
HSL color Cylindrical-coordinate representation of color #38D85C: hue angle of 133.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D85C is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 92 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.15 |
| HSL | 133.5º | 0.67% | 0.53% | - |
| HSV(B) | 133.5º | 0.74% | 0.85% | - |
| XYZ | 28.12 | 50.73 | 18.43 | - |
| YUV | 154.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 92 | 0.74 | 0 | 0.57 | 0.15 | 133.5 | 0.67 | 0.53 |
| Hex | 38 | D8 | 5C | 4A | 0 | 39 | F | 86 | 43 | 35 |
| Octal | 70 | 330 | 134 | 112 | 0 | 71 | 17 | 206 | 103 | 65 |
| Binary | 111000 | 11011000 | 1011100 | 1001010 | 0 | 111001 | 1111 | 10000110 | 1000011 | 110101 |
Color Harmonies of #38D85C
Complementary color
Monochromatic Colors of #38D85C
Black with #38D85C
Text Example
Text Example
White with #38D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D85C; }
p { color: rgb(56,216,92); }
H1.HeaderClassName
{
color: #38D85C;
}
.AnyTagClassName
{
color: #38D85C;
}
</style>
background-color css
<style>
a { background-color: #38D85C; }
a { background-color: rgb(56,216,92); }
div.DivClassName
{
background-color: #38D85C;
}
.BgClassName
{
background-color: #38D85C;
}
</style>
border-color css
<style>
span { border-color: #38D85C; }
span { border-color: rgb(56,216,92); }
td.TdClassName
{
border-color: #38D85C;
}
.TagClassName
{
border-color: #38D85C;
}
</style>