Shades of Emerald #38CD68
Tints of Emerald #38CD68
RGB
CMYK
RGB Variations
Color information
#38CD68 (or 0x38CD68) is known color: Emerald. HEX triplet: 38, CD and 68. RGB value is (56,205,104). Sum of RGB (Red+Green+Blue) = 56+205+104=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CD68 is #C73297. Grayscale: #959595. Windows color (decimal): -13054616 or 6868280. OLE color: 6868280.
HSL color Cylindrical-coordinate representation of color #38CD68: hue angle of 139.33º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CD68 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 205 | 104 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.20 |
| HSL | 139.33º | 0.6% | 0.51% | - |
| HSV(B) | 139.33º | 0.73% | 0.8% | - |
| XYZ | 25.96 | 45.5 | 20.51 | - |
| YUV | 148.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 104 | 0.73 | 0 | 0.49 | 0.20 | 139.33 | 0.6 | 0.51 |
| Hex | 38 | CD | 68 | 49 | 0 | 31 | 14 | 8B | 3C | 33 |
| Octal | 70 | 315 | 150 | 111 | 0 | 61 | 24 | 213 | 74 | 63 |
| Binary | 111000 | 11001101 | 1101000 | 1001001 | 0 | 110001 | 10100 | 10001011 | 111100 | 110011 |
Color Harmonies of #38CD68
Complementary color
Monochromatic Colors of #38CD68
Black with #38CD68
Text Example
Text Example
White with #38CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CD68; }
p { color: rgb(56,205,104); }
H1.HeaderClassName
{
color: #38CD68;
}
.AnyTagClassName
{
color: #38CD68;
}
</style>
background-color css
<style>
a { background-color: #38CD68; }
a { background-color: rgb(56,205,104); }
div.DivClassName
{
background-color: #38CD68;
}
.BgClassName
{
background-color: #38CD68;
}
</style>
border-color css
<style>
span { border-color: #38CD68; }
span { border-color: rgb(56,205,104); }
td.TdClassName
{
border-color: #38CD68;
}
.TagClassName
{
border-color: #38CD68;
}
</style>