Shades of Harlequin #30E817
Tints of Harlequin #30E817
RGB
CMYK
RGB Variations
Color information
#30E817 (or 0x30E817) is known color: Harlequin. HEX triplet: 30, E8 and 17. RGB value is (48,232,23). Sum of RGB (Red+Green+Blue) = 48+232+23=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 232 (91.02% from 255 or 76.57% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 232 - color contains mainly: green. Hex color #30E817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E817 is #CF17E8. Grayscale: #999999. Windows color (decimal): -13572073 or 1566768. OLE color: 1566768.
HSL color Cylindrical-coordinate representation of color #30E817: hue angle of 112.82º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30E817 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 23 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.09 |
| HSL | 112.82º | 0.82% | 0.5% | - |
| HSV(B) | 112.82º | 0.9% | 0.91% | - |
| XYZ | 30.23 | 58.4 | 10.49 | - |
| YUV | 153.16 | 54.54 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 23 | 0.79 | 0 | 0.90 | 0.09 | 112.82 | 0.82 | 0.5 |
| Hex | 30 | E8 | 17 | 4F | 0 | 5A | 9 | 71 | 52 | 32 |
| Octal | 60 | 350 | 27 | 117 | 0 | 132 | 11 | 161 | 122 | 62 |
| Binary | 110000 | 11101000 | 10111 | 1001111 | 0 | 1011010 | 1001 | 1110001 | 1010010 | 110010 |
Color Harmonies of #30E817
Complementary color
Monochromatic Colors of #30E817
Black with #30E817
Text Example
Text Example
White with #30E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E817; }
p { color: rgb(48,232,23); }
H1.HeaderClassName
{
color: #30E817;
}
.AnyTagClassName
{
color: #30E817;
}
</style>
background-color css
<style>
a { background-color: #30E817; }
a { background-color: rgb(48,232,23); }
div.DivClassName
{
background-color: #30E817;
}
.BgClassName
{
background-color: #30E817;
}
</style>
border-color css
<style>
span { border-color: #30E817; }
span { border-color: rgb(48,232,23); }
td.TdClassName
{
border-color: #30E817;
}
.TagClassName
{
border-color: #30E817;
}
</style>