Shades of Emerald #30D769
Tints of Emerald #30D769
RGB
CMYK
RGB Variations
Color information
#30D769 (or 0x30D769) is known color: Emerald. HEX triplet: 30, D7 and 69. RGB value is (48,215,105). Sum of RGB (Red+Green+Blue) = 48+215+105=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #30D769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D769 is #CF2896. Grayscale: #989898. Windows color (decimal): -13576343 or 6936368. OLE color: 6936368.
HSL color Cylindrical-coordinate representation of color #30D769: hue angle of 140.48º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D769 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 105 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.16 |
| HSL | 140.48º | 0.68% | 0.52% | - |
| HSV(B) | 140.48º | 0.78% | 0.84% | - |
| XYZ | 28.07 | 50.25 | 21.58 | - |
| YUV | 152.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 105 | 0.78 | 0 | 0.51 | 0.16 | 140.48 | 0.68 | 0.52 |
| Hex | 30 | D7 | 69 | 4E | 0 | 33 | 10 | 8C | 44 | 34 |
| Octal | 60 | 327 | 151 | 116 | 0 | 63 | 20 | 214 | 104 | 64 |
| Binary | 110000 | 11010111 | 1101001 | 1001110 | 0 | 110011 | 10000 | 10001100 | 1000100 | 110100 |
Color Harmonies of #30D769
Complementary color
Monochromatic Colors of #30D769
Black with #30D769
Text Example
Text Example
White with #30D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D769; }
p { color: rgb(48,215,105); }
H1.HeaderClassName
{
color: #30D769;
}
.AnyTagClassName
{
color: #30D769;
}
</style>
background-color css
<style>
a { background-color: #30D769; }
a { background-color: rgb(48,215,105); }
div.DivClassName
{
background-color: #30D769;
}
.BgClassName
{
background-color: #30D769;
}
</style>
border-color css
<style>
span { border-color: #30D769; }
span { border-color: rgb(48,215,105); }
td.TdClassName
{
border-color: #30D769;
}
.TagClassName
{
border-color: #30D769;
}
</style>