Shades of Harlequin #30DD0B
Tints of Harlequin #30DD0B
RGB
CMYK
RGB Variations
Color information
#30DD0B (or 0x30DD0B) is known color: Harlequin. HEX triplet: 30, DD and 0B. RGB value is (48,221,11). Sum of RGB (Red+Green+Blue) = 48+221+11=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DD0B is #CF22F4. Grayscale: #929292. Windows color (decimal): -13574901 or 777520. OLE color: 777520.
HSL color Cylindrical-coordinate representation of color #30DD0B: hue angle of 109.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30DD0B is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 11 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.13 |
| HSL | 109.43º | 0.91% | 0.45% | - |
| HSV(B) | 109.43º | 0.95% | 0.87% | - |
| XYZ | 27.14 | 52.37 | 8.99 | - |
| YUV | 145.33 | 52.19 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 11 | 0.78 | 0 | 0.95 | 0.13 | 109.43 | 0.91 | 0.45 |
| Hex | 30 | DD | B | 4E | 0 | 5F | D | 6D | 5B | 2D |
| Octal | 60 | 335 | 13 | 116 | 0 | 137 | 15 | 155 | 133 | 55 |
| Binary | 110000 | 11011101 | 1011 | 1001110 | 0 | 1011111 | 1101 | 1101101 | 1011011 | 101101 |
Color Harmonies of #30DD0B
Complementary color
Monochromatic Colors of #30DD0B
Black with #30DD0B
Text Example
Text Example
White with #30DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD0B; }
p { color: rgb(48,221,11); }
H1.HeaderClassName
{
color: #30DD0B;
}
.AnyTagClassName
{
color: #30DD0B;
}
</style>
background-color css
<style>
a { background-color: #30DD0B; }
a { background-color: rgb(48,221,11); }
div.DivClassName
{
background-color: #30DD0B;
}
.BgClassName
{
background-color: #30DD0B;
}
</style>
border-color css
<style>
span { border-color: #30DD0B; }
span { border-color: rgb(48,221,11); }
td.TdClassName
{
border-color: #30DD0B;
}
.TagClassName
{
border-color: #30DD0B;
}
</style>