Shades of Emerald #38CC7B
Tints of Emerald #38CC7B
RGB
CMYK
RGB Variations
Color information
#38CC7B (or 0x38CC7B) is known color: Emerald. HEX triplet: 38, CC and 7B. RGB value is (56,204,123). Sum of RGB (Red+Green+Blue) = 56+204+123=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC7B is #C73384. Grayscale: #969696. Windows color (decimal): -13054853 or 8113208. OLE color: 8113208.
HSL color Cylindrical-coordinate representation of color #38CC7B: hue angle of 147.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC7B is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 123 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.2 |
| HSL | 147.16º | 0.59% | 0.51% | - |
| HSV(B) | 147.16º | 0.73% | 0.8% | - |
| XYZ | 26.8 | 45.46 | 26.1 | - |
| YUV | 150.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 123 | 0.73 | 0 | 0.40 | 0.2 | 147.16 | 0.59 | 0.51 |
| Hex | 38 | CC | 7B | 49 | 0 | 28 | 14 | 93 | 3B | 33 |
| Octal | 70 | 314 | 173 | 111 | 0 | 50 | 24 | 223 | 73 | 63 |
| Binary | 111000 | 11001100 | 1111011 | 1001001 | 0 | 101000 | 10100 | 10010011 | 111011 | 110011 |
Color Harmonies of #38CC7B
Complementary color
Monochromatic Colors of #38CC7B
Black with #38CC7B
Text Example
Text Example
White with #38CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CC7B; }
p { color: rgb(56,204,123); }
H1.HeaderClassName
{
color: #38CC7B;
}
.AnyTagClassName
{
color: #38CC7B;
}
</style>
background-color css
<style>
a { background-color: #38CC7B; }
a { background-color: rgb(56,204,123); }
div.DivClassName
{
background-color: #38CC7B;
}
.BgClassName
{
background-color: #38CC7B;
}
</style>
border-color css
<style>
span { border-color: #38CC7B; }
span { border-color: rgb(56,204,123); }
td.TdClassName
{
border-color: #38CC7B;
}
.TagClassName
{
border-color: #38CC7B;
}
</style>