Shades of Harlequin #30F812
Tints of Harlequin #30F812
RGB
CMYK
RGB Variations
Color information
#30F812 (or 0x30F812) is known color: Harlequin. HEX triplet: 30, F8 and 12. RGB value is (48,248,18). Sum of RGB (Red+Green+Blue) = 48+248+18=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #30F812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F812 is #CF07ED. Grayscale: #A2A2A2. Windows color (decimal): -13567982 or 1243184. OLE color: 1243184.
HSL color Cylindrical-coordinate representation of color #30F812: hue angle of 112.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30F812 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 18 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.03 |
| HSL | 112.17º | 0.94% | 0.52% | - |
| HSV(B) | 112.17º | 0.93% | 0.97% | - |
| XYZ | 34.9 | 67.81 | 11.82 | - |
| YUV | 161.98 | 46.74 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 18 | 0.81 | 0 | 0.93 | 0.03 | 112.17 | 0.94 | 0.52 |
| Hex | 30 | F8 | 12 | 51 | 0 | 5D | 3 | 70 | 5E | 34 |
| Octal | 60 | 370 | 22 | 121 | 0 | 135 | 3 | 160 | 136 | 64 |
| Binary | 110000 | 11111000 | 10010 | 1010001 | 0 | 1011101 | 11 | 1110000 | 1011110 | 110100 |
Color Harmonies of #30F812
Complementary color
Monochromatic Colors of #30F812
Black with #30F812
Text Example
Text Example
White with #30F812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F812; }
p { color: rgb(48,248,18); }
H1.HeaderClassName
{
color: #30F812;
}
.AnyTagClassName
{
color: #30F812;
}
</style>
background-color css
<style>
a { background-color: #30F812; }
a { background-color: rgb(48,248,18); }
div.DivClassName
{
background-color: #30F812;
}
.BgClassName
{
background-color: #30F812;
}
</style>
border-color css
<style>
span { border-color: #30F812; }
span { border-color: rgb(48,248,18); }
td.TdClassName
{
border-color: #30F812;
}
.TagClassName
{
border-color: #30F812;
}
</style>