Shades of Emerald #38F77D
Tints of Emerald #38F77D
RGB
CMYK
RGB Variations
Color information
#38F77D (or 0x38F77D) is known color: Emerald. HEX triplet: 38, F7 and 7D. RGB value is (56,247,125). Sum of RGB (Red+Green+Blue) = 56+247+125=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #38F77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F77D is #C70882. Grayscale: #B0B0B0. Windows color (decimal): -13043843 or 8255288. OLE color: 8255288.
HSL color Cylindrical-coordinate representation of color #38F77D: hue angle of 141.68º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F77D is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 247 | 125 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.03 |
| HSL | 141.68º | 0.92% | 0.59% | - |
| HSV(B) | 141.68º | 0.77% | 0.97% | - |
| XYZ | 38.59 | 68.84 | 30.66 | - |
| YUV | 175.98 | 99.22 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 247 | 125 | 0.77 | 0 | 0.49 | 0.03 | 141.68 | 0.92 | 0.59 |
| Hex | 38 | F7 | 7D | 4D | 0 | 31 | 3 | 8E | 5C | 3B |
| Octal | 70 | 367 | 175 | 115 | 0 | 61 | 3 | 216 | 134 | 73 |
| Binary | 111000 | 11110111 | 1111101 | 1001101 | 0 | 110001 | 11 | 10001110 | 1011100 | 111011 |
Color Harmonies of #38F77D
Complementary color
Monochromatic Colors of #38F77D
Black with #38F77D
Text Example
Text Example
White with #38F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F77D; }
p { color: rgb(56,247,125); }
H1.HeaderClassName
{
color: #38F77D;
}
.AnyTagClassName
{
color: #38F77D;
}
</style>
background-color css
<style>
a { background-color: #38F77D; }
a { background-color: rgb(56,247,125); }
div.DivClassName
{
background-color: #38F77D;
}
.BgClassName
{
background-color: #38F77D;
}
</style>
border-color css
<style>
span { border-color: #38F77D; }
span { border-color: rgb(56,247,125); }
td.TdClassName
{
border-color: #38F77D;
}
.TagClassName
{
border-color: #38F77D;
}
</style>