Shades of Harlequin #30F321
Tints of Harlequin #30F321
RGB
CMYK
RGB Variations
Color information
#30F321 (or 0x30F321) is known color: Harlequin. HEX triplet: 30, F3 and 21. RGB value is (48,243,33). Sum of RGB (Red+Green+Blue) = 48+243+33=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #30F321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F321 is #CF0CDE. Grayscale: #A1A1A1. Windows color (decimal): -13569247 or 2224944. OLE color: 2224944.
HSL color Cylindrical-coordinate representation of color #30F321: hue angle of 115.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30F321 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 33 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.05 |
| HSL | 115.71º | 0.9% | 0.54% | - |
| HSV(B) | 115.71º | 0.86% | 0.95% | - |
| XYZ | 33.54 | 64.84 | 12.19 | - |
| YUV | 160.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 33 | 0.80 | 0 | 0.86 | 0.05 | 115.71 | 0.9 | 0.54 |
| Hex | 30 | F3 | 21 | 50 | 0 | 56 | 5 | 74 | 5A | 36 |
| Octal | 60 | 363 | 41 | 120 | 0 | 126 | 5 | 164 | 132 | 66 |
| Binary | 110000 | 11110011 | 100001 | 1010000 | 0 | 1010110 | 101 | 1110100 | 1011010 | 110110 |
Color Harmonies of #30F321
Complementary color
Monochromatic Colors of #30F321
Black with #30F321
Text Example
Text Example
White with #30F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F321; }
p { color: rgb(48,243,33); }
H1.HeaderClassName
{
color: #30F321;
}
.AnyTagClassName
{
color: #30F321;
}
</style>
background-color css
<style>
a { background-color: #30F321; }
a { background-color: rgb(48,243,33); }
div.DivClassName
{
background-color: #30F321;
}
.BgClassName
{
background-color: #30F321;
}
</style>
border-color css
<style>
span { border-color: #30F321; }
span { border-color: rgb(48,243,33); }
td.TdClassName
{
border-color: #30F321;
}
.TagClassName
{
border-color: #30F321;
}
</style>