Shades of Harlequin #48F605
Tints of Harlequin #48F605
RGB
CMYK
RGB Variations
Color information
#48F605 (or 0x48F605) is known color: Harlequin. HEX triplet: 48, F6 and 05. RGB value is (72,246,5). Sum of RGB (Red+Green+Blue) = 72+246+5=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #48F605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F605 is #B709FA. Grayscale: #A7A7A7. Windows color (decimal): -11995643 or 390728. OLE color: 390728.
HSL color Cylindrical-coordinate representation of color #48F605: hue angle of 103.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48F605 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 246 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.04 |
| HSL | 103.32º | 0.96% | 0.49% | - |
| HSV(B) | 103.32º | 0.98% | 0.96% | - |
| XYZ | 35.66 | 67.3 | 11.25 | - |
| YUV | 166.5 | 36.85 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 246 | 5 | 0.71 | 0 | 0.98 | 0.04 | 103.32 | 0.96 | 0.49 |
| Hex | 48 | F6 | 5 | 47 | 0 | 62 | 4 | 67 | 60 | 31 |
| Octal | 110 | 366 | 5 | 107 | 0 | 142 | 4 | 147 | 140 | 61 |
| Binary | 1001000 | 11110110 | 101 | 1000111 | 0 | 1100010 | 100 | 1100111 | 1100000 | 110001 |
Color Harmonies of #48F605
Complementary color
Monochromatic Colors of #48F605
Black with #48F605
Text Example
Text Example
White with #48F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F605; }
p { color: rgb(72,246,5); }
H1.HeaderClassName
{
color: #48F605;
}
.AnyTagClassName
{
color: #48F605;
}
</style>
background-color css
<style>
a { background-color: #48F605; }
a { background-color: rgb(72,246,5); }
div.DivClassName
{
background-color: #48F605;
}
.BgClassName
{
background-color: #48F605;
}
</style>
border-color css
<style>
span { border-color: #48F605; }
span { border-color: rgb(72,246,5); }
td.TdClassName
{
border-color: #48F605;
}
.TagClassName
{
border-color: #48F605;
}
</style>