Shades of Harlequin #30F925
Tints of Harlequin #30F925
RGB
CMYK
RGB Variations
Color information
#30F925 (or 0x30F925) is known color: Harlequin. HEX triplet: 30, F9 and 25. RGB value is (48,249,37). Sum of RGB (Red+Green+Blue) = 48+249+37=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #30F925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F925 is #CF06DA. Grayscale: #A5A5A5. Windows color (decimal): -13567707 or 2488624. OLE color: 2488624.
HSL color Cylindrical-coordinate representation of color #30F925: hue angle of 116.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30F925 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 37 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.02 |
| HSL | 116.89º | 0.95% | 0.56% | - |
| HSV(B) | 116.89º | 0.85% | 0.98% | - |
| XYZ | 35.43 | 68.51 | 13.11 | - |
| YUV | 164.73 | 55.91 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 37 | 0.81 | 0 | 0.85 | 0.02 | 116.89 | 0.95 | 0.56 |
| Hex | 30 | F9 | 25 | 51 | 0 | 55 | 2 | 75 | 5F | 38 |
| Octal | 60 | 371 | 45 | 121 | 0 | 125 | 2 | 165 | 137 | 70 |
| Binary | 110000 | 11111001 | 100101 | 1010001 | 0 | 1010101 | 10 | 1110101 | 1011111 | 111000 |
Color Harmonies of #30F925
Complementary color
Monochromatic Colors of #30F925
Black with #30F925
Text Example
Text Example
White with #30F925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F925; }
p { color: rgb(48,249,37); }
H1.HeaderClassName
{
color: #30F925;
}
.AnyTagClassName
{
color: #30F925;
}
</style>
background-color css
<style>
a { background-color: #30F925; }
a { background-color: rgb(48,249,37); }
div.DivClassName
{
background-color: #30F925;
}
.BgClassName
{
background-color: #30F925;
}
</style>
border-color css
<style>
span { border-color: #30F925; }
span { border-color: rgb(48,249,37); }
td.TdClassName
{
border-color: #30F925;
}
.TagClassName
{
border-color: #30F925;
}
</style>