Shades of Harlequin #30F320
Tints of Harlequin #30F320
RGB
CMYK
RGB Variations
Color information
#30F320 (or 0x30F320) is known color: Harlequin. HEX triplet: 30, F3 and 20. RGB value is (48,243,32). Sum of RGB (Red+Green+Blue) = 48+243+32=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #30F320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F320 is #CF0CDF. Grayscale: #A1A1A1. Windows color (decimal): -13569248 or 2159408. OLE color: 2159408.
HSL color Cylindrical-coordinate representation of color #30F320: hue angle of 115.45º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30F320 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.05 |
| HSL | 115.45º | 0.9% | 0.54% | - |
| HSV(B) | 115.45º | 0.87% | 0.95% | - |
| XYZ | 33.53 | 64.83 | 12.11 | - |
| YUV | 160.64 | 55.4 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 32 | 0.80 | 0 | 0.87 | 0.05 | 115.45 | 0.9 | 0.54 |
| Hex | 30 | F3 | 20 | 50 | 0 | 57 | 5 | 73 | 5A | 36 |
| Octal | 60 | 363 | 40 | 120 | 0 | 127 | 5 | 163 | 132 | 66 |
| Binary | 110000 | 11110011 | 100000 | 1010000 | 0 | 1010111 | 101 | 1110011 | 1011010 | 110110 |
Color Harmonies of #30F320
Complementary color
Monochromatic Colors of #30F320
Black with #30F320
Text Example
Text Example
White with #30F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F320; }
p { color: rgb(48,243,32); }
H1.HeaderClassName
{
color: #30F320;
}
.AnyTagClassName
{
color: #30F320;
}
</style>
background-color css
<style>
a { background-color: #30F320; }
a { background-color: rgb(48,243,32); }
div.DivClassName
{
background-color: #30F320;
}
.BgClassName
{
background-color: #30F320;
}
</style>
border-color css
<style>
span { border-color: #30F320; }
span { border-color: rgb(48,243,32); }
td.TdClassName
{
border-color: #30F320;
}
.TagClassName
{
border-color: #30F320;
}
</style>