Shades of Emerald #38EA7A
Tints of Emerald #38EA7A
RGB
CMYK
RGB Variations
Color information
#38EA7A (or 0x38EA7A) is known color: Emerald. HEX triplet: 38, EA and 7A. RGB value is (56,234,122). Sum of RGB (Red+Green+Blue) = 56+234+122=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA7A is #C71585. Grayscale: #A8A8A8. Windows color (decimal): -13047174 or 8055352. OLE color: 8055352.
HSL color Cylindrical-coordinate representation of color #38EA7A: hue angle of 142.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EA7A is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 122 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.08 |
| HSL | 142.25º | 0.81% | 0.57% | - |
| HSV(B) | 142.25º | 0.76% | 0.92% | - |
| XYZ | 34.57 | 61.09 | 28.38 | - |
| YUV | 168.01 | 102.03 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 122 | 0.76 | 0 | 0.48 | 0.08 | 142.25 | 0.81 | 0.57 |
| Hex | 38 | EA | 7A | 4C | 0 | 30 | 8 | 8E | 51 | 39 |
| Octal | 70 | 352 | 172 | 114 | 0 | 60 | 10 | 216 | 121 | 71 |
| Binary | 111000 | 11101010 | 1111010 | 1001100 | 0 | 110000 | 1000 | 10001110 | 1010001 | 111001 |
Color Harmonies of #38EA7A
Complementary color
Monochromatic Colors of #38EA7A
Black with #38EA7A
Text Example
Text Example
White with #38EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EA7A; }
p { color: rgb(56,234,122); }
H1.HeaderClassName
{
color: #38EA7A;
}
.AnyTagClassName
{
color: #38EA7A;
}
</style>
background-color css
<style>
a { background-color: #38EA7A; }
a { background-color: rgb(56,234,122); }
div.DivClassName
{
background-color: #38EA7A;
}
.BgClassName
{
background-color: #38EA7A;
}
</style>
border-color css
<style>
span { border-color: #38EA7A; }
span { border-color: rgb(56,234,122); }
td.TdClassName
{
border-color: #38EA7A;
}
.TagClassName
{
border-color: #38EA7A;
}
</style>