Shades of Harlequin #30F808
Tints of Harlequin #30F808
RGB
CMYK
RGB Variations
Color information
#30F808 (or 0x30F808) is known color: Harlequin. HEX triplet: 30, F8 and 08. RGB value is (48,248,8). Sum of RGB (Red+Green+Blue) = 48+248+8=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 248 (97.27% from 255 or 81.58% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 248 - color contains mainly: green. Hex color #30F808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F808 is #CF07F7. Grayscale: #A1A1A1. Windows color (decimal): -13567992 or 587824. OLE color: 587824.
HSL color Cylindrical-coordinate representation of color #30F808: hue angle of 110º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30F808 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.03 |
| HSL | 110º | 0.94% | 0.5% | - |
| HSV(B) | 110º | 0.97% | 0.97% | - |
| XYZ | 34.83 | 67.78 | 11.48 | - |
| YUV | 160.84 | 41.74 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 8 | 0.81 | 0 | 0.97 | 0.03 | 110 | 0.94 | 0.5 |
| Hex | 30 | F8 | 8 | 51 | 0 | 61 | 3 | 6E | 5E | 32 |
| Octal | 60 | 370 | 10 | 121 | 0 | 141 | 3 | 156 | 136 | 62 |
| Binary | 110000 | 11111000 | 1000 | 1010001 | 0 | 1100001 | 11 | 1101110 | 1011110 | 110010 |
Color Harmonies of #30F808
Complementary color
Monochromatic Colors of #30F808
Black with #30F808
Text Example
Text Example
White with #30F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F808; }
p { color: rgb(48,248,8); }
H1.HeaderClassName
{
color: #30F808;
}
.AnyTagClassName
{
color: #30F808;
}
</style>
background-color css
<style>
a { background-color: #30F808; }
a { background-color: rgb(48,248,8); }
div.DivClassName
{
background-color: #30F808;
}
.BgClassName
{
background-color: #30F808;
}
</style>
border-color css
<style>
span { border-color: #30F808; }
span { border-color: rgb(48,248,8); }
td.TdClassName
{
border-color: #30F808;
}
.TagClassName
{
border-color: #30F808;
}
</style>