Shades of Harlequin #30D701
Tints of Harlequin #30D701
RGB
CMYK
RGB Variations
Color information
#30D701 (or 0x30D701) is known color: Harlequin. HEX triplet: 30, D7 and 01. RGB value is (48,215,1). Sum of RGB (Red+Green+Blue) = 48+215+1=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 215 (84.38% from 255 or 81.44% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 215 - color contains mainly: green. Hex color #30D701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D701 is #CF28FE. Grayscale: #8D8D8D. Windows color (decimal): -13576447 or 120624. OLE color: 120624.
HSL color Cylindrical-coordinate representation of color #30D701: hue angle of 106.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30D701 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.16 |
| HSL | 106.82º | 0.99% | 0.42% | - |
| HSV(B) | 106.82º | 1% | 0.84% | - |
| XYZ | 25.52 | 49.23 | 8.19 | - |
| YUV | 140.67 | 49.17 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 1 | 0.78 | 0 | 1.00 | 0.16 | 106.82 | 0.99 | 0.42 |
| Hex | 30 | D7 | 1 | 4E | 0 | 64 | 10 | 6B | 63 | 2A |
| Octal | 60 | 327 | 1 | 116 | 0 | 144 | 20 | 153 | 143 | 52 |
| Binary | 110000 | 11010111 | 1 | 1001110 | 0 | 1100100 | 10000 | 1101011 | 1100011 | 101010 |
Color Harmonies of #30D701
Complementary color
Monochromatic Colors of #30D701
Black with #30D701
Text Example
Text Example
White with #30D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D701; }
p { color: rgb(48,215,1); }
H1.HeaderClassName
{
color: #30D701;
}
.AnyTagClassName
{
color: #30D701;
}
</style>
background-color css
<style>
a { background-color: #30D701; }
a { background-color: rgb(48,215,1); }
div.DivClassName
{
background-color: #30D701;
}
.BgClassName
{
background-color: #30D701;
}
</style>
border-color css
<style>
span { border-color: #30D701; }
span { border-color: rgb(48,215,1); }
td.TdClassName
{
border-color: #30D701;
}
.TagClassName
{
border-color: #30D701;
}
</style>