Shades of Emerald #38E965
Tints of Emerald #38E965
RGB
CMYK
RGB Variations
Color information
#38E965 (or 0x38E965) is known color: Emerald. HEX triplet: 38, E9 and 65. RGB value is (56,233,101). Sum of RGB (Red+Green+Blue) = 56+233+101=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 233 (91.41% from 255 or 59.74% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 233 - color contains mainly: green. Hex color #38E965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E965 is #C7169A. Grayscale: #A5A5A5. Windows color (decimal): -13047451 or 6678840. OLE color: 6678840.
HSL color Cylindrical-coordinate representation of color #38E965: hue angle of 135.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E965 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 101 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.09 |
| HSL | 135.25º | 0.8% | 0.57% | - |
| HSV(B) | 135.25º | 0.76% | 0.91% | - |
| XYZ | 33.12 | 60.06 | 22.16 | - |
| YUV | 165.03 | 91.86 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 101 | 0.76 | 0 | 0.57 | 0.09 | 135.25 | 0.8 | 0.57 |
| Hex | 38 | E9 | 65 | 4C | 0 | 39 | 9 | 87 | 50 | 39 |
| Octal | 70 | 351 | 145 | 114 | 0 | 71 | 11 | 207 | 120 | 71 |
| Binary | 111000 | 11101001 | 1100101 | 1001100 | 0 | 111001 | 1001 | 10000111 | 1010000 | 111001 |
Color Harmonies of #38E965
Complementary color
Monochromatic Colors of #38E965
Black with #38E965
Text Example
Text Example
White with #38E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E965; }
p { color: rgb(56,233,101); }
H1.HeaderClassName
{
color: #38E965;
}
.AnyTagClassName
{
color: #38E965;
}
</style>
background-color css
<style>
a { background-color: #38E965; }
a { background-color: rgb(56,233,101); }
div.DivClassName
{
background-color: #38E965;
}
.BgClassName
{
background-color: #38E965;
}
</style>
border-color css
<style>
span { border-color: #38E965; }
span { border-color: rgb(56,233,101); }
td.TdClassName
{
border-color: #38E965;
}
.TagClassName
{
border-color: #38E965;
}
</style>