Shades of Harlequin #30EE10
Tints of Harlequin #30EE10
RGB
CMYK
RGB Variations
Color information
#30EE10 (or 0x30EE10) is known color: Harlequin. HEX triplet: 30, EE and 10. RGB value is (48,238,16). Sum of RGB (Red+Green+Blue) = 48+238+16=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 238 (93.36% from 255 or 78.81% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EE10 is #CF11EF. Grayscale: #9C9C9C. Windows color (decimal): -13570544 or 1109552. OLE color: 1109552.
HSL color Cylindrical-coordinate representation of color #30EE10: hue angle of 111.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30EE10 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.07 |
| HSL | 111.35º | 0.87% | 0.5% | - |
| HSV(B) | 111.35º | 0.93% | 0.93% | - |
| XYZ | 31.89 | 61.81 | 10.74 | - |
| YUV | 155.88 | 49.05 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 16 | 0.80 | 0 | 0.93 | 0.07 | 111.35 | 0.87 | 0.5 |
| Hex | 30 | EE | 10 | 50 | 0 | 5D | 7 | 6F | 57 | 32 |
| Octal | 60 | 356 | 20 | 120 | 0 | 135 | 7 | 157 | 127 | 62 |
| Binary | 110000 | 11101110 | 10000 | 1010000 | 0 | 1011101 | 111 | 1101111 | 1010111 | 110010 |
Color Harmonies of #30EE10
Complementary color
Monochromatic Colors of #30EE10
Black with #30EE10
Text Example
Text Example
White with #30EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE10; }
p { color: rgb(48,238,16); }
H1.HeaderClassName
{
color: #30EE10;
}
.AnyTagClassName
{
color: #30EE10;
}
</style>
background-color css
<style>
a { background-color: #30EE10; }
a { background-color: rgb(48,238,16); }
div.DivClassName
{
background-color: #30EE10;
}
.BgClassName
{
background-color: #30EE10;
}
</style>
border-color css
<style>
span { border-color: #30EE10; }
span { border-color: rgb(48,238,16); }
td.TdClassName
{
border-color: #30EE10;
}
.TagClassName
{
border-color: #30EE10;
}
</style>