Shades of Emerald #38D06B
Tints of Emerald #38D06B
RGB
CMYK
RGB Variations
Color information
#38D06B (or 0x38D06B) is known color: Emerald. HEX triplet: 38, D0 and 6B. RGB value is (56,208,107). Sum of RGB (Red+Green+Blue) = 56+208+107=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #38D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D06B is #C72F94. Grayscale: #979797. Windows color (decimal): -13053845 or 7065656. OLE color: 7065656.
HSL color Cylindrical-coordinate representation of color #38D06B: hue angle of 140.13º degrees, saturation: 0.62, 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 #38D06B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 107 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.18 |
| HSL | 140.13º | 0.62% | 0.52% | - |
| HSV(B) | 140.13º | 0.73% | 0.82% | - |
| XYZ | 26.84 | 47.01 | 21.57 | - |
| YUV | 151.04 | 103.14 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 107 | 0.73 | 0 | 0.49 | 0.18 | 140.13 | 0.62 | 0.52 |
| Hex | 38 | D0 | 6B | 49 | 0 | 31 | 12 | 8C | 3E | 34 |
| Octal | 70 | 320 | 153 | 111 | 0 | 61 | 22 | 214 | 76 | 64 |
| Binary | 111000 | 11010000 | 1101011 | 1001001 | 0 | 110001 | 10010 | 10001100 | 111110 | 110100 |
Color Harmonies of #38D06B
Complementary color
Monochromatic Colors of #38D06B
Black with #38D06B
Text Example
Text Example
White with #38D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D06B; }
p { color: rgb(56,208,107); }
H1.HeaderClassName
{
color: #38D06B;
}
.AnyTagClassName
{
color: #38D06B;
}
</style>
background-color css
<style>
a { background-color: #38D06B; }
a { background-color: rgb(56,208,107); }
div.DivClassName
{
background-color: #38D06B;
}
.BgClassName
{
background-color: #38D06B;
}
</style>
border-color css
<style>
span { border-color: #38D06B; }
span { border-color: rgb(56,208,107); }
td.TdClassName
{
border-color: #38D06B;
}
.TagClassName
{
border-color: #38D06B;
}
</style>