Shades of Emerald #38FB7A
Tints of Emerald #38FB7A
RGB
CMYK
RGB Variations
Color information
#38FB7A (or 0x38FB7A) is known color: Emerald. HEX triplet: 38, FB and 7A. RGB value is (56,251,122). Sum of RGB (Red+Green+Blue) = 56+251+122=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FB7A is #C70485. Grayscale: #B2B2B2. Windows color (decimal): -13042822 or 8059704. OLE color: 8059704.
HSL color Cylindrical-coordinate representation of color #38FB7A: hue angle of 140.31º 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 #38FB7A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 251 | 122 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.02 |
| HSL | 140.31º | 0.96% | 0.6% | - |
| HSV(B) | 140.31º | 0.78% | 0.98% | - |
| XYZ | 39.64 | 71.24 | 30.07 | - |
| YUV | 177.99 | 96.4 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 251 | 122 | 0.78 | 0 | 0.51 | 0.02 | 140.31 | 0.96 | 0.6 |
| Hex | 38 | FB | 7A | 4E | 0 | 33 | 2 | 8C | 60 | 3C |
| Octal | 70 | 373 | 172 | 116 | 0 | 63 | 2 | 214 | 140 | 74 |
| Binary | 111000 | 11111011 | 1111010 | 1001110 | 0 | 110011 | 10 | 10001100 | 1100000 | 111100 |
Color Harmonies of #38FB7A
Complementary color
Monochromatic Colors of #38FB7A
Black with #38FB7A
Text Example
Text Example
White with #38FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FB7A; }
p { color: rgb(56,251,122); }
H1.HeaderClassName
{
color: #38FB7A;
}
.AnyTagClassName
{
color: #38FB7A;
}
</style>
background-color css
<style>
a { background-color: #38FB7A; }
a { background-color: rgb(56,251,122); }
div.DivClassName
{
background-color: #38FB7A;
}
.BgClassName
{
background-color: #38FB7A;
}
</style>
border-color css
<style>
span { border-color: #38FB7A; }
span { border-color: rgb(56,251,122); }
td.TdClassName
{
border-color: #38FB7A;
}
.TagClassName
{
border-color: #38FB7A;
}
</style>