Shades of Harlequin #30FB17
Tints of Harlequin #30FB17
RGB
CMYK
RGB Variations
Color information
#30FB17 (or 0x30FB17) is known color: Harlequin. HEX triplet: 30, FB and 17. RGB value is (48,251,23). Sum of RGB (Red+Green+Blue) = 48+251+23=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 251 (98.44% from 255 or 77.95% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FB17 is #CF04E8. Grayscale: #A5A5A5. Windows color (decimal): -13567209 or 1571632. OLE color: 1571632.
HSL color Cylindrical-coordinate representation of color #30FB17: hue angle of 113.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30FB17 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 23 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.02 |
| HSL | 113.42º | 0.97% | 0.54% | - |
| HSV(B) | 113.42º | 0.91% | 0.98% | - |
| XYZ | 35.87 | 69.68 | 12.37 | - |
| YUV | 164.31 | 48.25 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 23 | 0.81 | 0 | 0.91 | 0.02 | 113.42 | 0.97 | 0.54 |
| Hex | 30 | FB | 17 | 51 | 0 | 5B | 2 | 71 | 61 | 36 |
| Octal | 60 | 373 | 27 | 121 | 0 | 133 | 2 | 161 | 141 | 66 |
| Binary | 110000 | 11111011 | 10111 | 1010001 | 0 | 1011011 | 10 | 1110001 | 1100001 | 110110 |
Color Harmonies of #30FB17
Complementary color
Monochromatic Colors of #30FB17
Black with #30FB17
Text Example
Text Example
White with #30FB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB17; }
p { color: rgb(48,251,23); }
H1.HeaderClassName
{
color: #30FB17;
}
.AnyTagClassName
{
color: #30FB17;
}
</style>
background-color css
<style>
a { background-color: #30FB17; }
a { background-color: rgb(48,251,23); }
div.DivClassName
{
background-color: #30FB17;
}
.BgClassName
{
background-color: #30FB17;
}
</style>
border-color css
<style>
span { border-color: #30FB17; }
span { border-color: rgb(48,251,23); }
td.TdClassName
{
border-color: #30FB17;
}
.TagClassName
{
border-color: #30FB17;
}
</style>