Shades of Harlequin #30EE09
Tints of Harlequin #30EE09
RGB
CMYK
RGB Variations
Color information
#30EE09 (or 0x30EE09) is known color: Harlequin. HEX triplet: 30, EE and 09. RGB value is (48,238,9). Sum of RGB (Red+Green+Blue) = 48+238+9=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 238 (93.36% from 255 or 80.68% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EE09 is #CF11F6. Grayscale: #9B9B9B. Windows color (decimal): -13570551 or 650800. OLE color: 650800.
HSL color Cylindrical-coordinate representation of color #30EE09: hue angle of 109.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30EE09 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.07 |
| HSL | 109.78º | 0.93% | 0.48% | - |
| HSV(B) | 109.78º | 0.96% | 0.93% | - |
| XYZ | 31.84 | 61.8 | 10.51 | - |
| YUV | 155.08 | 45.55 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 9 | 0.80 | 0 | 0.96 | 0.07 | 109.78 | 0.93 | 0.48 |
| Hex | 30 | EE | 9 | 50 | 0 | 60 | 7 | 6E | 5D | 30 |
| Octal | 60 | 356 | 11 | 120 | 0 | 140 | 7 | 156 | 135 | 60 |
| Binary | 110000 | 11101110 | 1001 | 1010000 | 0 | 1100000 | 111 | 1101110 | 1011101 | 110000 |
Color Harmonies of #30EE09
Complementary color
Monochromatic Colors of #30EE09
Black with #30EE09
Text Example
Text Example
White with #30EE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE09; }
p { color: rgb(48,238,9); }
H1.HeaderClassName
{
color: #30EE09;
}
.AnyTagClassName
{
color: #30EE09;
}
</style>
background-color css
<style>
a { background-color: #30EE09; }
a { background-color: rgb(48,238,9); }
div.DivClassName
{
background-color: #30EE09;
}
.BgClassName
{
background-color: #30EE09;
}
</style>
border-color css
<style>
span { border-color: #30EE09; }
span { border-color: rgb(48,238,9); }
td.TdClassName
{
border-color: #30EE09;
}
.TagClassName
{
border-color: #30EE09;
}
</style>