Shades of Harlequin #30F206
Tints of Harlequin #30F206
RGB
CMYK
RGB Variations
Color information
#30F206 (or 0x30F206) is known color: Harlequin. HEX triplet: 30, F2 and 06. RGB value is (48,242,6). Sum of RGB (Red+Green+Blue) = 48+242+6=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 242 (94.92% from 255 or 81.76% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 242 - color contains mainly: green. Hex color #30F206 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F206 is #CF0DF9. Grayscale: #9D9D9D. Windows color (decimal): -13569530 or 455216. OLE color: 455216.
HSL color Cylindrical-coordinate representation of color #30F206: hue angle of 109.32º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30F206 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 6 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.05 |
| HSL | 109.32º | 0.95% | 0.49% | - |
| HSV(B) | 109.32º | 0.98% | 0.95% | - |
| XYZ | 33 | 64.15 | 10.81 | - |
| YUV | 157.09 | 42.73 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 6 | 0.80 | 0 | 0.98 | 0.05 | 109.32 | 0.95 | 0.49 |
| Hex | 30 | F2 | 6 | 50 | 0 | 62 | 5 | 6D | 5F | 31 |
| Octal | 60 | 362 | 6 | 120 | 0 | 142 | 5 | 155 | 137 | 61 |
| Binary | 110000 | 11110010 | 110 | 1010000 | 0 | 1100010 | 101 | 1101101 | 1011111 | 110001 |
Color Harmonies of #30F206
Complementary color
Monochromatic Colors of #30F206
Black with #30F206
Text Example
Text Example
White with #30F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F206; }
p { color: rgb(48,242,6); }
H1.HeaderClassName
{
color: #30F206;
}
.AnyTagClassName
{
color: #30F206;
}
</style>
background-color css
<style>
a { background-color: #30F206; }
a { background-color: rgb(48,242,6); }
div.DivClassName
{
background-color: #30F206;
}
.BgClassName
{
background-color: #30F206;
}
</style>
border-color css
<style>
span { border-color: #30F206; }
span { border-color: rgb(48,242,6); }
td.TdClassName
{
border-color: #30F206;
}
.TagClassName
{
border-color: #30F206;
}
</style>