Shades of Harlequin #30FE06
Tints of Harlequin #30FE06
RGB
CMYK
RGB Variations
Color information
#30FE06 (or 0x30FE06) is known color: Harlequin. HEX triplet: 30, FE and 06. RGB value is (48,254,6). Sum of RGB (Red+Green+Blue) = 48+254+6=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FE06 is #CF01F9. Grayscale: #A4A4A4. Windows color (decimal): -13566458 or 458288. OLE color: 458288.
HSL color Cylindrical-coordinate representation of color #30FE06: hue angle of 109.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30FE06 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 6 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.00 |
| HSL | 109.84º | 0.99% | 0.51% | - |
| HSV(B) | 109.84º | 0.98% | 1% | - |
| XYZ | 36.69 | 71.53 | 12.04 | - |
| YUV | 164.13 | 38.75 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 6 | 0.81 | 0 | 0.98 | 0.00 | 109.84 | 0.99 | 0.51 |
| Hex | 30 | FE | 6 | 51 | 0 | 62 | 0 | 6E | 63 | 33 |
| Octal | 60 | 376 | 6 | 121 | 0 | 142 | 0 | 156 | 143 | 63 |
| Binary | 110000 | 11111110 | 110 | 1010001 | 0 | 1100010 | 0 | 1101110 | 1100011 | 110011 |
Color Harmonies of #30FE06
Complementary color
Monochromatic Colors of #30FE06
Black with #30FE06
Text Example
Text Example
White with #30FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FE06; }
p { color: rgb(48,254,6); }
H1.HeaderClassName
{
color: #30FE06;
}
.AnyTagClassName
{
color: #30FE06;
}
</style>
background-color css
<style>
a { background-color: #30FE06; }
a { background-color: rgb(48,254,6); }
div.DivClassName
{
background-color: #30FE06;
}
.BgClassName
{
background-color: #30FE06;
}
</style>
border-color css
<style>
span { border-color: #30FE06; }
span { border-color: rgb(48,254,6); }
td.TdClassName
{
border-color: #30FE06;
}
.TagClassName
{
border-color: #30FE06;
}
</style>