Shades of Harlequin #30F319
Tints of Harlequin #30F319
RGB
CMYK
RGB Variations
Color information
#30F319 (or 0x30F319) is known color: Harlequin. HEX triplet: 30, F3 and 19. RGB value is (48,243,25). Sum of RGB (Red+Green+Blue) = 48+243+25=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #30F319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F319 is #CF0CE6. Grayscale: #A0A0A0. Windows color (decimal): -13569255 or 1700656. OLE color: 1700656.
HSL color Cylindrical-coordinate representation of color #30F319: hue angle of 113.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30F319 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.05 |
| HSL | 113.67º | 0.9% | 0.53% | - |
| HSV(B) | 113.67º | 0.9% | 0.95% | - |
| XYZ | 33.44 | 64.8 | 11.66 | - |
| YUV | 159.84 | 51.9 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 25 | 0.80 | 0 | 0.90 | 0.05 | 113.67 | 0.9 | 0.53 |
| Hex | 30 | F3 | 19 | 50 | 0 | 5A | 5 | 72 | 5A | 35 |
| Octal | 60 | 363 | 31 | 120 | 0 | 132 | 5 | 162 | 132 | 65 |
| Binary | 110000 | 11110011 | 11001 | 1010000 | 0 | 1011010 | 101 | 1110010 | 1011010 | 110101 |
Color Harmonies of #30F319
Complementary color
Monochromatic Colors of #30F319
Black with #30F319
Text Example
Text Example
White with #30F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F319; }
p { color: rgb(48,243,25); }
H1.HeaderClassName
{
color: #30F319;
}
.AnyTagClassName
{
color: #30F319;
}
</style>
background-color css
<style>
a { background-color: #30F319; }
a { background-color: rgb(48,243,25); }
div.DivClassName
{
background-color: #30F319;
}
.BgClassName
{
background-color: #30F319;
}
</style>
border-color css
<style>
span { border-color: #30F319; }
span { border-color: rgb(48,243,25); }
td.TdClassName
{
border-color: #30F319;
}
.TagClassName
{
border-color: #30F319;
}
</style>