Shades of Emerald #38D769
Tints of Emerald #38D769
RGB
CMYK
RGB Variations
Color information
#38D769 (or 0x38D769) is known color: Emerald. HEX triplet: 38, D7 and 69. RGB value is (56,215,105). Sum of RGB (Red+Green+Blue) = 56+215+105=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #38D769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D769 is #C72896. Grayscale: #9B9B9B. Windows color (decimal): -13052055 or 6936376. OLE color: 6936376.
HSL color Cylindrical-coordinate representation of color #38D769: hue angle of 138.49º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D769 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 105 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.16 |
| HSL | 138.49º | 0.67% | 0.53% | - |
| HSV(B) | 138.49º | 0.74% | 0.84% | - |
| XYZ | 28.48 | 50.46 | 21.6 | - |
| YUV | 154.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 105 | 0.74 | 0 | 0.51 | 0.16 | 138.49 | 0.67 | 0.53 |
| Hex | 38 | D7 | 69 | 4A | 0 | 33 | 10 | 8A | 43 | 35 |
| Octal | 70 | 327 | 151 | 112 | 0 | 63 | 20 | 212 | 103 | 65 |
| Binary | 111000 | 11010111 | 1101001 | 1001010 | 0 | 110011 | 10000 | 10001010 | 1000011 | 110101 |
Color Harmonies of #38D769
Complementary color
Monochromatic Colors of #38D769
Black with #38D769
Text Example
Text Example
White with #38D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D769; }
p { color: rgb(56,215,105); }
H1.HeaderClassName
{
color: #38D769;
}
.AnyTagClassName
{
color: #38D769;
}
</style>
background-color css
<style>
a { background-color: #38D769; }
a { background-color: rgb(56,215,105); }
div.DivClassName
{
background-color: #38D769;
}
.BgClassName
{
background-color: #38D769;
}
</style>
border-color css
<style>
span { border-color: #38D769; }
span { border-color: rgb(56,215,105); }
td.TdClassName
{
border-color: #38D769;
}
.TagClassName
{
border-color: #38D769;
}
</style>