Shades of Harlequin #30E009
Tints of Harlequin #30E009
RGB
CMYK
RGB Variations
Color information
#30E009 (or 0x30E009) is known color: Harlequin. HEX triplet: 30, E0 and 09. RGB value is (48,224,9). Sum of RGB (Red+Green+Blue) = 48+224+9=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 224 (87.89% from 255 or 79.72% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 224 - color contains mainly: green. Hex color #30E009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E009 is #CF1FF6. Grayscale: #939393. Windows color (decimal): -13574135 or 647216. OLE color: 647216.
HSL color Cylindrical-coordinate representation of color #30E009: hue angle of 109.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30E009 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 9 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.12 |
| HSL | 109.12º | 0.92% | 0.46% | - |
| HSV(B) | 109.12º | 0.96% | 0.88% | - |
| XYZ | 27.92 | 53.96 | 9.2 | - |
| YUV | 146.87 | 50.19 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 9 | 0.79 | 0 | 0.96 | 0.12 | 109.12 | 0.92 | 0.46 |
| Hex | 30 | E0 | 9 | 4F | 0 | 60 | C | 6D | 5C | 2E |
| Octal | 60 | 340 | 11 | 117 | 0 | 140 | 14 | 155 | 134 | 56 |
| Binary | 110000 | 11100000 | 1001 | 1001111 | 0 | 1100000 | 1100 | 1101101 | 1011100 | 101110 |
Color Harmonies of #30E009
Complementary color
Monochromatic Colors of #30E009
Black with #30E009
Text Example
Text Example
White with #30E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E009; }
p { color: rgb(48,224,9); }
H1.HeaderClassName
{
color: #30E009;
}
.AnyTagClassName
{
color: #30E009;
}
</style>
background-color css
<style>
a { background-color: #30E009; }
a { background-color: rgb(48,224,9); }
div.DivClassName
{
background-color: #30E009;
}
.BgClassName
{
background-color: #30E009;
}
</style>
border-color css
<style>
span { border-color: #30E009; }
span { border-color: rgb(48,224,9); }
td.TdClassName
{
border-color: #30E009;
}
.TagClassName
{
border-color: #30E009;
}
</style>