Shades of Emerald #38FB7B
Tints of Emerald #38FB7B
RGB
CMYK
RGB Variations
Color information
#38FB7B (or 0x38FB7B) is known color: Emerald. HEX triplet: 38, FB and 7B. RGB value is (56,251,123). Sum of RGB (Red+Green+Blue) = 56+251+123=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FB7B is #C70484. Grayscale: #B2B2B2. Windows color (decimal): -13042821 or 8125240. OLE color: 8125240.
HSL color Cylindrical-coordinate representation of color #38FB7B: hue angle of 140.62º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FB7B is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 251 | 123 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.02 |
| HSL | 140.62º | 0.96% | 0.6% | - |
| HSV(B) | 140.62º | 0.78% | 0.98% | - |
| XYZ | 39.7 | 71.27 | 30.4 | - |
| YUV | 178.1 | 96.9 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 251 | 123 | 0.78 | 0 | 0.51 | 0.02 | 140.62 | 0.96 | 0.6 |
| Hex | 38 | FB | 7B | 4E | 0 | 33 | 2 | 8D | 60 | 3C |
| Octal | 70 | 373 | 173 | 116 | 0 | 63 | 2 | 215 | 140 | 74 |
| Binary | 111000 | 11111011 | 1111011 | 1001110 | 0 | 110011 | 10 | 10001101 | 1100000 | 111100 |
Color Harmonies of #38FB7B
Complementary color
Monochromatic Colors of #38FB7B
Black with #38FB7B
Text Example
Text Example
White with #38FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FB7B; }
p { color: rgb(56,251,123); }
H1.HeaderClassName
{
color: #38FB7B;
}
.AnyTagClassName
{
color: #38FB7B;
}
</style>
background-color css
<style>
a { background-color: #38FB7B; }
a { background-color: rgb(56,251,123); }
div.DivClassName
{
background-color: #38FB7B;
}
.BgClassName
{
background-color: #38FB7B;
}
</style>
border-color css
<style>
span { border-color: #38FB7B; }
span { border-color: rgb(56,251,123); }
td.TdClassName
{
border-color: #38FB7B;
}
.TagClassName
{
border-color: #38FB7B;
}
</style>