Shades of Harlequin #30F415
Tints of Harlequin #30F415
RGB
CMYK
RGB Variations
Color information
#30F415 (or 0x30F415) is known color: Harlequin. HEX triplet: 30, F4 and 15. RGB value is (48,244,21). Sum of RGB (Red+Green+Blue) = 48+244+21=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 244 (95.70% from 255 or 77.96% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 244 - color contains mainly: green. Hex color #30F415 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F415 is #CF0BEA. Grayscale: #A0A0A0. Windows color (decimal): -13569003 or 1438768. OLE color: 1438768.
HSL color Cylindrical-coordinate representation of color #30F415: hue angle of 112.74º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30F415 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.04 |
| HSL | 112.74º | 0.91% | 0.52% | - |
| HSV(B) | 112.74º | 0.91% | 0.96% | - |
| XYZ | 33.7 | 65.38 | 11.55 | - |
| YUV | 159.97 | 49.57 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 21 | 0.80 | 0 | 0.91 | 0.04 | 112.74 | 0.91 | 0.52 |
| Hex | 30 | F4 | 15 | 50 | 0 | 5B | 4 | 71 | 5B | 34 |
| Octal | 60 | 364 | 25 | 120 | 0 | 133 | 4 | 161 | 133 | 64 |
| Binary | 110000 | 11110100 | 10101 | 1010000 | 0 | 1011011 | 100 | 1110001 | 1011011 | 110100 |
Color Harmonies of #30F415
Complementary color
Monochromatic Colors of #30F415
Black with #30F415
Text Example
Text Example
White with #30F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F415; }
p { color: rgb(48,244,21); }
H1.HeaderClassName
{
color: #30F415;
}
.AnyTagClassName
{
color: #30F415;
}
</style>
background-color css
<style>
a { background-color: #30F415; }
a { background-color: rgb(48,244,21); }
div.DivClassName
{
background-color: #30F415;
}
.BgClassName
{
background-color: #30F415;
}
</style>
border-color css
<style>
span { border-color: #30F415; }
span { border-color: rgb(48,244,21); }
td.TdClassName
{
border-color: #30F415;
}
.TagClassName
{
border-color: #30F415;
}
</style>