Shades of Emerald #38D561
Tints of Emerald #38D561
RGB
CMYK
RGB Variations
Color information
#38D561 (or 0x38D561) is known color: Emerald. HEX triplet: 38, D5 and 61. RGB value is (56,213,97). Sum of RGB (Red+Green+Blue) = 56+213+97=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #38D561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D561 is #C72A9E. Grayscale: #999999. Windows color (decimal): -13052575 or 6411576. OLE color: 6411576.
HSL color Cylindrical-coordinate representation of color #38D561: hue angle of 135.67º 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 #38D561 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 97 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.16 |
| HSL | 135.67º | 0.65% | 0.53% | - |
| HSV(B) | 135.67º | 0.74% | 0.84% | - |
| XYZ | 27.58 | 49.29 | 19.37 | - |
| YUV | 152.83 | 96.49 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 97 | 0.74 | 0 | 0.54 | 0.16 | 135.67 | 0.65 | 0.53 |
| Hex | 38 | D5 | 61 | 4A | 0 | 36 | 10 | 88 | 41 | 35 |
| Octal | 70 | 325 | 141 | 112 | 0 | 66 | 20 | 210 | 101 | 65 |
| Binary | 111000 | 11010101 | 1100001 | 1001010 | 0 | 110110 | 10000 | 10001000 | 1000001 | 110101 |
Color Harmonies of #38D561
Complementary color
Monochromatic Colors of #38D561
Black with #38D561
Text Example
Text Example
White with #38D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D561; }
p { color: rgb(56,213,97); }
H1.HeaderClassName
{
color: #38D561;
}
.AnyTagClassName
{
color: #38D561;
}
</style>
background-color css
<style>
a { background-color: #38D561; }
a { background-color: rgb(56,213,97); }
div.DivClassName
{
background-color: #38D561;
}
.BgClassName
{
background-color: #38D561;
}
</style>
border-color css
<style>
span { border-color: #38D561; }
span { border-color: rgb(56,213,97); }
td.TdClassName
{
border-color: #38D561;
}
.TagClassName
{
border-color: #38D561;
}
</style>