Shades of Harlequin #30E916
Tints of Harlequin #30E916
RGB
CMYK
RGB Variations
Color information
#30E916 (or 0x30E916) is known color: Harlequin. HEX triplet: 30, E9 and 16. RGB value is (48,233,22). Sum of RGB (Red+Green+Blue) = 48+233+22=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 233 (91.41% from 255 or 76.90% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 233 - color contains mainly: green. Hex color #30E916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E916 is #CF16E9. Grayscale: #9A9A9A. Windows color (decimal): -13571818 or 1501488. OLE color: 1501488.
HSL color Cylindrical-coordinate representation of color #30E916: hue angle of 112.61º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30E916 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 22 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.09 |
| HSL | 112.61º | 0.83% | 0.5% | - |
| HSV(B) | 112.61º | 0.91% | 0.91% | - |
| XYZ | 30.5 | 58.96 | 10.53 | - |
| YUV | 153.63 | 53.71 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 22 | 0.79 | 0 | 0.91 | 0.09 | 112.61 | 0.83 | 0.5 |
| Hex | 30 | E9 | 16 | 4F | 0 | 5B | 9 | 71 | 53 | 32 |
| Octal | 60 | 351 | 26 | 117 | 0 | 133 | 11 | 161 | 123 | 62 |
| Binary | 110000 | 11101001 | 10110 | 1001111 | 0 | 1011011 | 1001 | 1110001 | 1010011 | 110010 |
Color Harmonies of #30E916
Complementary color
Monochromatic Colors of #30E916
Black with #30E916
Text Example
Text Example
White with #30E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E916; }
p { color: rgb(48,233,22); }
H1.HeaderClassName
{
color: #30E916;
}
.AnyTagClassName
{
color: #30E916;
}
</style>
background-color css
<style>
a { background-color: #30E916; }
a { background-color: rgb(48,233,22); }
div.DivClassName
{
background-color: #30E916;
}
.BgClassName
{
background-color: #30E916;
}
</style>
border-color css
<style>
span { border-color: #30E916; }
span { border-color: rgb(48,233,22); }
td.TdClassName
{
border-color: #30E916;
}
.TagClassName
{
border-color: #30E916;
}
</style>