Shades of Harlequin #30F409
Tints of Harlequin #30F409
RGB
CMYK
RGB Variations
Color information
#30F409 (or 0x30F409) is known color: Harlequin. HEX triplet: 30, F4 and 09. RGB value is (48,244,9). Sum of RGB (Red+Green+Blue) = 48+244+9=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 244 (95.70% from 255 or 81.06% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 244 - color contains mainly: green. Hex color #30F409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F409 is #CF0BF6. Grayscale: #9F9F9F. Windows color (decimal): -13569015 or 652336. OLE color: 652336.
HSL color Cylindrical-coordinate representation of color #30F409: hue angle of 110.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30F409 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.04 |
| HSL | 110.04º | 0.93% | 0.5% | - |
| HSV(B) | 110.04º | 0.96% | 0.96% | - |
| XYZ | 33.62 | 65.35 | 11.1 | - |
| YUV | 158.61 | 43.57 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 9 | 0.80 | 0 | 0.96 | 0.04 | 110.04 | 0.93 | 0.5 |
| Hex | 30 | F4 | 9 | 50 | 0 | 60 | 4 | 6E | 5D | 32 |
| Octal | 60 | 364 | 11 | 120 | 0 | 140 | 4 | 156 | 135 | 62 |
| Binary | 110000 | 11110100 | 1001 | 1010000 | 0 | 1100000 | 100 | 1101110 | 1011101 | 110010 |
Color Harmonies of #30F409
Complementary color
Monochromatic Colors of #30F409
Black with #30F409
Text Example
Text Example
White with #30F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F409; }
p { color: rgb(48,244,9); }
H1.HeaderClassName
{
color: #30F409;
}
.AnyTagClassName
{
color: #30F409;
}
</style>
background-color css
<style>
a { background-color: #30F409; }
a { background-color: rgb(48,244,9); }
div.DivClassName
{
background-color: #30F409;
}
.BgClassName
{
background-color: #30F409;
}
</style>
border-color css
<style>
span { border-color: #30F409; }
span { border-color: rgb(48,244,9); }
td.TdClassName
{
border-color: #30F409;
}
.TagClassName
{
border-color: #30F409;
}
</style>