Shades of Emerald #38CF80
Tints of Emerald #38CF80
RGB
CMYK
RGB Variations
Color information
#38CF80 (or 0x38CF80) is known color: Emerald. HEX triplet: 38, CF and 80. RGB value is (56,207,128). Sum of RGB (Red+Green+Blue) = 56+207+128=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CF80 is #C7307F. Grayscale: #999999. Windows color (decimal): -13054080 or 8441656. OLE color: 8441656.
HSL color Cylindrical-coordinate representation of color #38CF80: hue angle of 148.61º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF80 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 128 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.19 |
| HSL | 148.61º | 0.61% | 0.52% | - |
| HSV(B) | 148.61º | 0.73% | 0.81% | - |
| XYZ | 27.84 | 47.02 | 28.03 | - |
| YUV | 152.85 | 113.97 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 128 | 0.73 | 0 | 0.38 | 0.19 | 148.61 | 0.61 | 0.52 |
| Hex | 38 | CF | 80 | 49 | 0 | 26 | 13 | 95 | 3D | 34 |
| Octal | 70 | 317 | 200 | 111 | 0 | 46 | 23 | 225 | 75 | 64 |
| Binary | 111000 | 11001111 | 10000000 | 1001001 | 0 | 100110 | 10011 | 10010101 | 111101 | 110100 |
Color Harmonies of #38CF80
Complementary color
Monochromatic Colors of #38CF80
Black with #38CF80
Text Example
Text Example
White with #38CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF80; }
p { color: rgb(56,207,128); }
H1.HeaderClassName
{
color: #38CF80;
}
.AnyTagClassName
{
color: #38CF80;
}
</style>
background-color css
<style>
a { background-color: #38CF80; }
a { background-color: rgb(56,207,128); }
div.DivClassName
{
background-color: #38CF80;
}
.BgClassName
{
background-color: #38CF80;
}
</style>
border-color css
<style>
span { border-color: #38CF80; }
span { border-color: rgb(56,207,128); }
td.TdClassName
{
border-color: #38CF80;
}
.TagClassName
{
border-color: #38CF80;
}
</style>