Shades of Harlequin #30F616
Tints of Harlequin #30F616
RGB
CMYK
RGB Variations
Color information
#30F616 (or 0x30F616) is known color: Harlequin. HEX triplet: 30, F6 and 16. RGB value is (48,246,22). Sum of RGB (Red+Green+Blue) = 48+246+22=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 246 (96.48% from 255 or 77.85% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 246 - color contains mainly: green. Hex color #30F616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F616 is #CF09E9. Grayscale: #A1A1A1. Windows color (decimal): -13568490 or 1504816. OLE color: 1504816.
HSL color Cylindrical-coordinate representation of color #30F616: hue angle of 113.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30F616 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.04 |
| HSL | 113.04º | 0.93% | 0.53% | - |
| HSV(B) | 113.04º | 0.91% | 0.96% | - |
| XYZ | 34.32 | 66.6 | 11.8 | - |
| YUV | 161.26 | 49.4 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 22 | 0.80 | 0 | 0.91 | 0.04 | 113.04 | 0.93 | 0.53 |
| Hex | 30 | F6 | 16 | 50 | 0 | 5B | 4 | 71 | 5D | 35 |
| Octal | 60 | 366 | 26 | 120 | 0 | 133 | 4 | 161 | 135 | 65 |
| Binary | 110000 | 11110110 | 10110 | 1010000 | 0 | 1011011 | 100 | 1110001 | 1011101 | 110101 |
Color Harmonies of #30F616
Complementary color
Monochromatic Colors of #30F616
Black with #30F616
Text Example
Text Example
White with #30F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F616; }
p { color: rgb(48,246,22); }
H1.HeaderClassName
{
color: #30F616;
}
.AnyTagClassName
{
color: #30F616;
}
</style>
background-color css
<style>
a { background-color: #30F616; }
a { background-color: rgb(48,246,22); }
div.DivClassName
{
background-color: #30F616;
}
.BgClassName
{
background-color: #30F616;
}
</style>
border-color css
<style>
span { border-color: #30F616; }
span { border-color: rgb(48,246,22); }
td.TdClassName
{
border-color: #30F616;
}
.TagClassName
{
border-color: #30F616;
}
</style>