Shades of Emerald #38D35C
Tints of Emerald #38D35C
RGB
CMYK
RGB Variations
Color information
#38D35C (or 0x38D35C) is known color: Emerald. HEX triplet: 38, D3 and 5C. RGB value is (56,211,92). Sum of RGB (Red+Green+Blue) = 56+211+92=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #38D35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D35C is #C72CA3. Grayscale: #979797. Windows color (decimal): -13053092 or 6083384. OLE color: 6083384.
HSL color Cylindrical-coordinate representation of color #38D35C: hue angle of 133.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D35C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 92 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.17 |
| HSL | 133.94º | 0.64% | 0.52% | - |
| HSV(B) | 133.94º | 0.73% | 0.83% | - |
| XYZ | 26.86 | 48.2 | 18.01 | - |
| YUV | 151.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 92 | 0.73 | 0 | 0.56 | 0.17 | 133.94 | 0.64 | 0.52 |
| Hex | 38 | D3 | 5C | 49 | 0 | 38 | 11 | 86 | 40 | 34 |
| Octal | 70 | 323 | 134 | 111 | 0 | 70 | 21 | 206 | 100 | 64 |
| Binary | 111000 | 11010011 | 1011100 | 1001001 | 0 | 111000 | 10001 | 10000110 | 1000000 | 110100 |
Color Harmonies of #38D35C
Complementary color
Monochromatic Colors of #38D35C
Black with #38D35C
Text Example
Text Example
White with #38D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D35C; }
p { color: rgb(56,211,92); }
H1.HeaderClassName
{
color: #38D35C;
}
.AnyTagClassName
{
color: #38D35C;
}
</style>
background-color css
<style>
a { background-color: #38D35C; }
a { background-color: rgb(56,211,92); }
div.DivClassName
{
background-color: #38D35C;
}
.BgClassName
{
background-color: #38D35C;
}
</style>
border-color css
<style>
span { border-color: #38D35C; }
span { border-color: rgb(56,211,92); }
td.TdClassName
{
border-color: #38D35C;
}
.TagClassName
{
border-color: #38D35C;
}
</style>