Shades of Emerald #38D95C
Tints of Emerald #38D95C
RGB
CMYK
RGB Variations
Color information
#38D95C (or 0x38D95C) is known color: Emerald. HEX triplet: 38, D9 and 5C. RGB value is (56,217,92). Sum of RGB (Red+Green+Blue) = 56+217+92=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #38D95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D95C is #C726A3. Grayscale: #9A9A9A. Windows color (decimal): -13051556 or 6084920. OLE color: 6084920.
HSL color Cylindrical-coordinate representation of color #38D95C: hue angle of 133.42º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D95C is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 92 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.15 |
| HSL | 133.42º | 0.68% | 0.54% | - |
| HSV(B) | 133.42º | 0.74% | 0.85% | - |
| XYZ | 28.38 | 51.24 | 18.52 | - |
| YUV | 154.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 92 | 0.74 | 0 | 0.58 | 0.15 | 133.42 | 0.68 | 0.54 |
| Hex | 38 | D9 | 5C | 4A | 0 | 3A | F | 85 | 44 | 36 |
| Octal | 70 | 331 | 134 | 112 | 0 | 72 | 17 | 205 | 104 | 66 |
| Binary | 111000 | 11011001 | 1011100 | 1001010 | 0 | 111010 | 1111 | 10000101 | 1000100 | 110110 |
Color Harmonies of #38D95C
Complementary color
Monochromatic Colors of #38D95C
Black with #38D95C
Text Example
Text Example
White with #38D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D95C; }
p { color: rgb(56,217,92); }
H1.HeaderClassName
{
color: #38D95C;
}
.AnyTagClassName
{
color: #38D95C;
}
</style>
background-color css
<style>
a { background-color: #38D95C; }
a { background-color: rgb(56,217,92); }
div.DivClassName
{
background-color: #38D95C;
}
.BgClassName
{
background-color: #38D95C;
}
</style>
border-color css
<style>
span { border-color: #38D95C; }
span { border-color: rgb(56,217,92); }
td.TdClassName
{
border-color: #38D95C;
}
.TagClassName
{
border-color: #38D95C;
}
</style>