Shades of Emerald #38EE65
Tints of Emerald #38EE65
RGB
CMYK
RGB Variations
Color information
#38EE65 (or 0x38EE65) is known color: Emerald. HEX triplet: 38, EE and 65. RGB value is (56,238,101). Sum of RGB (Red+Green+Blue) = 56+238+101=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 238 (93.36% from 255 or 60.25% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EE65 is #C7119A. Grayscale: #A8A8A8. Windows color (decimal): -13046171 or 6680120. OLE color: 6680120.
HSL color Cylindrical-coordinate representation of color #38EE65: hue angle of 134.84º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EE65 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 101 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.07 |
| HSL | 134.84º | 0.84% | 0.58% | - |
| HSV(B) | 134.84º | 0.76% | 0.93% | - |
| XYZ | 34.55 | 62.93 | 22.64 | - |
| YUV | 167.96 | 90.2 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 101 | 0.76 | 0 | 0.58 | 0.07 | 134.84 | 0.84 | 0.58 |
| Hex | 38 | EE | 65 | 4C | 0 | 3A | 7 | 87 | 54 | 3A |
| Octal | 70 | 356 | 145 | 114 | 0 | 72 | 7 | 207 | 124 | 72 |
| Binary | 111000 | 11101110 | 1100101 | 1001100 | 0 | 111010 | 111 | 10000111 | 1010100 | 111010 |
Color Harmonies of #38EE65
Complementary color
Monochromatic Colors of #38EE65
Black with #38EE65
Text Example
Text Example
White with #38EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE65; }
p { color: rgb(56,238,101); }
H1.HeaderClassName
{
color: #38EE65;
}
.AnyTagClassName
{
color: #38EE65;
}
</style>
background-color css
<style>
a { background-color: #38EE65; }
a { background-color: rgb(56,238,101); }
div.DivClassName
{
background-color: #38EE65;
}
.BgClassName
{
background-color: #38EE65;
}
</style>
border-color css
<style>
span { border-color: #38EE65; }
span { border-color: rgb(56,238,101); }
td.TdClassName
{
border-color: #38EE65;
}
.TagClassName
{
border-color: #38EE65;
}
</style>