Shades of Emerald #38F375
Tints of Emerald #38F375
RGB
CMYK
RGB Variations
Color information
#38F375 (or 0x38F375) is known color: Emerald. HEX triplet: 38, F3 and 75. RGB value is (56,243,117). Sum of RGB (Red+Green+Blue) = 56+243+117=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #38F375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F375 is #C70C8A. Grayscale: #ADADAD. Windows color (decimal): -13044875 or 7729976. OLE color: 7729976.
HSL color Cylindrical-coordinate representation of color #38F375: hue angle of 139.57º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F375 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 117 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.05 |
| HSL | 139.57º | 0.89% | 0.59% | - |
| HSV(B) | 139.57º | 0.77% | 0.95% | - |
| XYZ | 36.89 | 66.23 | 27.67 | - |
| YUV | 172.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 117 | 0.77 | 0 | 0.52 | 0.05 | 139.57 | 0.89 | 0.59 |
| Hex | 38 | F3 | 75 | 4D | 0 | 34 | 5 | 8C | 59 | 3B |
| Octal | 70 | 363 | 165 | 115 | 0 | 64 | 5 | 214 | 131 | 73 |
| Binary | 111000 | 11110011 | 1110101 | 1001101 | 0 | 110100 | 101 | 10001100 | 1011001 | 111011 |
Color Harmonies of #38F375
Complementary color
Monochromatic Colors of #38F375
Black with #38F375
Text Example
Text Example
White with #38F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F375; }
p { color: rgb(56,243,117); }
H1.HeaderClassName
{
color: #38F375;
}
.AnyTagClassName
{
color: #38F375;
}
</style>
background-color css
<style>
a { background-color: #38F375; }
a { background-color: rgb(56,243,117); }
div.DivClassName
{
background-color: #38F375;
}
.BgClassName
{
background-color: #38F375;
}
</style>
border-color css
<style>
span { border-color: #38F375; }
span { border-color: rgb(56,243,117); }
td.TdClassName
{
border-color: #38F375;
}
.TagClassName
{
border-color: #38F375;
}
</style>