Shades of Harlequin #30F900
Tints of Harlequin #30F900
RGB
CMYK
RGB Variations
Color information
#30F900 (or 0x30F900) is known color: Harlequin. HEX triplet: 30, F9 and 00. RGB value is (48,249,0). Sum of RGB (Red+Green+Blue) = 48+249+0=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 249 (97.66% from 255 or 83.84% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 249 - color contains mainly: green. Hex color #30F900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F900 is #CF06FF. Grayscale: #A1A1A1. Windows color (decimal): -13567744 or 63792. OLE color: 63792.
HSL color Cylindrical-coordinate representation of color #30F900: hue angle of 108.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30F900 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.02 |
| HSL | 108.43º | 1% | 0.49% | - |
| HSV(B) | 108.43º | 1% | 0.98% | - |
| XYZ | 35.09 | 68.38 | 11.35 | - |
| YUV | 160.52 | 37.41 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 0 | 0.81 | 0 | 1 | 0.02 | 108.43 | 1 | 0.49 |
| Hex | 30 | F9 | 0 | 51 | 0 | 64 | 2 | 6C | 64 | 31 |
| Octal | 60 | 371 | 0 | 121 | 0 | 144 | 2 | 154 | 144 | 61 |
| Binary | 110000 | 11111001 | 0 | 1010001 | 0 | 1100100 | 10 | 1101100 | 1100100 | 110001 |
Color Harmonies of #30F900
Complementary color
Monochromatic Colors of #30F900
Black with #30F900
Text Example
Text Example
White with #30F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F900; }
p { color: rgb(48,249,0); }
H1.HeaderClassName
{
color: #30F900;
}
.AnyTagClassName
{
color: #30F900;
}
</style>
background-color css
<style>
a { background-color: #30F900; }
a { background-color: rgb(48,249,0); }
div.DivClassName
{
background-color: #30F900;
}
.BgClassName
{
background-color: #30F900;
}
</style>
border-color css
<style>
span { border-color: #30F900; }
span { border-color: rgb(48,249,0); }
td.TdClassName
{
border-color: #30F900;
}
.TagClassName
{
border-color: #30F900;
}
</style>