Shades of Harlequin #30FA10
Tints of Harlequin #30FA10
RGB
CMYK
RGB Variations
Color information
#30FA10 (or 0x30FA10) is known color: Harlequin. HEX triplet: 30, FA and 10. RGB value is (48,250,16). Sum of RGB (Red+Green+Blue) = 48+250+16=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FA10 is #CF05EF. Grayscale: #A3A3A3. Windows color (decimal): -13567472 or 1112624. OLE color: 1112624.
HSL color Cylindrical-coordinate representation of color #30FA10: hue angle of 111.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30FA10 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 16 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.02 |
| HSL | 111.79º | 0.96% | 0.52% | - |
| HSV(B) | 111.79º | 0.94% | 0.98% | - |
| XYZ | 35.5 | 69.04 | 11.94 | - |
| YUV | 162.93 | 45.08 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 16 | 0.81 | 0 | 0.94 | 0.02 | 111.79 | 0.96 | 0.52 |
| Hex | 30 | FA | 10 | 51 | 0 | 5E | 2 | 70 | 60 | 34 |
| Octal | 60 | 372 | 20 | 121 | 0 | 136 | 2 | 160 | 140 | 64 |
| Binary | 110000 | 11111010 | 10000 | 1010001 | 0 | 1011110 | 10 | 1110000 | 1100000 | 110100 |
Color Harmonies of #30FA10
Complementary color
Monochromatic Colors of #30FA10
Black with #30FA10
Text Example
Text Example
White with #30FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA10; }
p { color: rgb(48,250,16); }
H1.HeaderClassName
{
color: #30FA10;
}
.AnyTagClassName
{
color: #30FA10;
}
</style>
background-color css
<style>
a { background-color: #30FA10; }
a { background-color: rgb(48,250,16); }
div.DivClassName
{
background-color: #30FA10;
}
.BgClassName
{
background-color: #30FA10;
}
</style>
border-color css
<style>
span { border-color: #30FA10; }
span { border-color: rgb(48,250,16); }
td.TdClassName
{
border-color: #30FA10;
}
.TagClassName
{
border-color: #30FA10;
}
</style>