Shades of Harlequin #30F819
Tints of Harlequin #30F819
RGB
CMYK
RGB Variations
Color information
#30F819 (or 0x30F819) is known color: Harlequin. HEX triplet: 30, F8 and 19. RGB value is (48,248,25). Sum of RGB (Red+Green+Blue) = 48+248+25=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 248 (97.27% from 255 or 77.26% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 248 - color contains mainly: green. Hex color #30F819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F819 is #CF07E6. Grayscale: #A3A3A3. Windows color (decimal): -13567975 or 1701936. OLE color: 1701936.
HSL color Cylindrical-coordinate representation of color #30F819: hue angle of 113.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30F819 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.03 |
| HSL | 113.81º | 0.94% | 0.54% | - |
| HSV(B) | 113.81º | 0.9% | 0.97% | - |
| XYZ | 34.96 | 67.83 | 12.17 | - |
| YUV | 162.78 | 50.24 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 25 | 0.81 | 0 | 0.90 | 0.03 | 113.81 | 0.94 | 0.54 |
| Hex | 30 | F8 | 19 | 51 | 0 | 5A | 3 | 72 | 5E | 36 |
| Octal | 60 | 370 | 31 | 121 | 0 | 132 | 3 | 162 | 136 | 66 |
| Binary | 110000 | 11111000 | 11001 | 1010001 | 0 | 1011010 | 11 | 1110010 | 1011110 | 110110 |
Color Harmonies of #30F819
Complementary color
Monochromatic Colors of #30F819
Black with #30F819
Text Example
Text Example
White with #30F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F819; }
p { color: rgb(48,248,25); }
H1.HeaderClassName
{
color: #30F819;
}
.AnyTagClassName
{
color: #30F819;
}
</style>
background-color css
<style>
a { background-color: #30F819; }
a { background-color: rgb(48,248,25); }
div.DivClassName
{
background-color: #30F819;
}
.BgClassName
{
background-color: #30F819;
}
</style>
border-color css
<style>
span { border-color: #30F819; }
span { border-color: rgb(48,248,25); }
td.TdClassName
{
border-color: #30F819;
}
.TagClassName
{
border-color: #30F819;
}
</style>