Shades of Emerald #38D265
Tints of Emerald #38D265
RGB
CMYK
RGB Variations
Color information
#38D265 (or 0x38D265) is known color: Emerald. HEX triplet: 38, D2 and 65. RGB value is (56,210,101). Sum of RGB (Red+Green+Blue) = 56+210+101=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #38D265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D265 is #C72D9A. Grayscale: #979797. Windows color (decimal): -13053339 or 6672952. OLE color: 6672952.
HSL color Cylindrical-coordinate representation of color #38D265: hue angle of 137.53º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D265 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 101 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.18 |
| HSL | 137.53º | 0.63% | 0.52% | - |
| HSV(B) | 137.53º | 0.73% | 0.82% | - |
| XYZ | 27.03 | 47.87 | 20.13 | - |
| YUV | 151.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 101 | 0.73 | 0 | 0.52 | 0.18 | 137.53 | 0.63 | 0.52 |
| Hex | 38 | D2 | 65 | 49 | 0 | 34 | 12 | 8A | 3F | 34 |
| Octal | 70 | 322 | 145 | 111 | 0 | 64 | 22 | 212 | 77 | 64 |
| Binary | 111000 | 11010010 | 1100101 | 1001001 | 0 | 110100 | 10010 | 10001010 | 111111 | 110100 |
Color Harmonies of #38D265
Complementary color
Monochromatic Colors of #38D265
Black with #38D265
Text Example
Text Example
White with #38D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D265; }
p { color: rgb(56,210,101); }
H1.HeaderClassName
{
color: #38D265;
}
.AnyTagClassName
{
color: #38D265;
}
</style>
background-color css
<style>
a { background-color: #38D265; }
a { background-color: rgb(56,210,101); }
div.DivClassName
{
background-color: #38D265;
}
.BgClassName
{
background-color: #38D265;
}
</style>
border-color css
<style>
span { border-color: #38D265; }
span { border-color: rgb(56,210,101); }
td.TdClassName
{
border-color: #38D265;
}
.TagClassName
{
border-color: #38D265;
}
</style>