Shades of Harlequin #30F709
Tints of Harlequin #30F709
RGB
CMYK
RGB Variations
Color information
#30F709 (or 0x30F709) is known color: Harlequin. HEX triplet: 30, F7 and 09. RGB value is (48,247,9). Sum of RGB (Red+Green+Blue) = 48+247+9=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 247 (96.88% from 255 or 81.25% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 247 - color contains mainly: green. Hex color #30F709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F709 is #CF08F6. Grayscale: #A1A1A1. Windows color (decimal): -13568247 or 653104. OLE color: 653104.
HSL color Cylindrical-coordinate representation of color #30F709: hue angle of 110.17º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30F709 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 9 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.03 |
| HSL | 110.17º | 0.94% | 0.5% | - |
| HSV(B) | 110.17º | 0.96% | 0.97% | - |
| XYZ | 34.53 | 67.17 | 11.4 | - |
| YUV | 160.37 | 42.57 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 9 | 0.81 | 0 | 0.96 | 0.03 | 110.17 | 0.94 | 0.5 |
| Hex | 30 | F7 | 9 | 51 | 0 | 60 | 3 | 6E | 5E | 32 |
| Octal | 60 | 367 | 11 | 121 | 0 | 140 | 3 | 156 | 136 | 62 |
| Binary | 110000 | 11110111 | 1001 | 1010001 | 0 | 1100000 | 11 | 1101110 | 1011110 | 110010 |
Color Harmonies of #30F709
Complementary color
Monochromatic Colors of #30F709
Black with #30F709
Text Example
Text Example
White with #30F709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F709; }
p { color: rgb(48,247,9); }
H1.HeaderClassName
{
color: #30F709;
}
.AnyTagClassName
{
color: #30F709;
}
</style>
background-color css
<style>
a { background-color: #30F709; }
a { background-color: rgb(48,247,9); }
div.DivClassName
{
background-color: #30F709;
}
.BgClassName
{
background-color: #30F709;
}
</style>
border-color css
<style>
span { border-color: #30F709; }
span { border-color: rgb(48,247,9); }
td.TdClassName
{
border-color: #30F709;
}
.TagClassName
{
border-color: #30F709;
}
</style>