Shades of Emerald #30DC69
Tints of Emerald #30DC69
RGB
CMYK
RGB Variations
Color information
#30DC69 (or 0x30DC69) is known color: Emerald. HEX triplet: 30, DC and 69. RGB value is (48,220,105). Sum of RGB (Red+Green+Blue) = 48+220+105=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC69 is #CF2396. Grayscale: #9B9B9B. Windows color (decimal): -13575063 or 6937648. OLE color: 6937648.
HSL color Cylindrical-coordinate representation of color #30DC69: hue angle of 139.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC69 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 105 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.14 |
| HSL | 139.88º | 0.71% | 0.53% | - |
| HSV(B) | 139.88º | 0.78% | 0.86% | - |
| XYZ | 29.36 | 52.83 | 22.02 | - |
| YUV | 155.46 | 99.52 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 105 | 0.78 | 0 | 0.52 | 0.14 | 139.88 | 0.71 | 0.53 |
| Hex | 30 | DC | 69 | 4E | 0 | 34 | E | 8C | 47 | 35 |
| Octal | 60 | 334 | 151 | 116 | 0 | 64 | 16 | 214 | 107 | 65 |
| Binary | 110000 | 11011100 | 1101001 | 1001110 | 0 | 110100 | 1110 | 10001100 | 1000111 | 110101 |
Color Harmonies of #30DC69
Complementary color
Monochromatic Colors of #30DC69
Black with #30DC69
Text Example
Text Example
White with #30DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC69; }
p { color: rgb(48,220,105); }
H1.HeaderClassName
{
color: #30DC69;
}
.AnyTagClassName
{
color: #30DC69;
}
</style>
background-color css
<style>
a { background-color: #30DC69; }
a { background-color: rgb(48,220,105); }
div.DivClassName
{
background-color: #30DC69;
}
.BgClassName
{
background-color: #30DC69;
}
</style>
border-color css
<style>
span { border-color: #30DC69; }
span { border-color: rgb(48,220,105); }
td.TdClassName
{
border-color: #30DC69;
}
.TagClassName
{
border-color: #30DC69;
}
</style>