Shades of Harlequin #4BF506
Tints of Harlequin #4BF506
RGB
CMYK
RGB Variations
Color information
#4BF506 (or 0x4BF506) is known color: Harlequin. HEX triplet: 4B, F5 and 06. RGB value is (75,245,6). Sum of RGB (Red+Green+Blue) = 75+245+6=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 245 (96.09% from 255 or 75.15% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF506 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF506 is #B40AF9. Grayscale: #A7A7A7. Windows color (decimal): -11799290 or 456011. OLE color: 456011.
HSL color Cylindrical-coordinate representation of color #4BF506: hue angle of 102.68º degrees, saturation: 0.95, 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 #4BF506 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 6 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.04 |
| HSL | 102.68º | 0.95% | 0.49% | - |
| HSV(B) | 102.68º | 0.98% | 0.96% | - |
| XYZ | 35.59 | 66.81 | 11.19 | - |
| YUV | 166.92 | 37.18 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 6 | 0.69 | 0 | 0.98 | 0.04 | 102.68 | 0.95 | 0.49 |
| Hex | 4B | F5 | 6 | 45 | 0 | 62 | 4 | 67 | 5F | 31 |
| Octal | 113 | 365 | 6 | 105 | 0 | 142 | 4 | 147 | 137 | 61 |
| Binary | 1001011 | 11110101 | 110 | 1000101 | 0 | 1100010 | 100 | 1100111 | 1011111 | 110001 |
Color Harmonies of #4BF506
Complementary color
Monochromatic Colors of #4BF506
Black with #4BF506
Text Example
Text Example
White with #4BF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF506; }
p { color: rgb(75,245,6); }
H1.HeaderClassName
{
color: #4BF506;
}
.AnyTagClassName
{
color: #4BF506;
}
</style>
background-color css
<style>
a { background-color: #4BF506; }
a { background-color: rgb(75,245,6); }
div.DivClassName
{
background-color: #4BF506;
}
.BgClassName
{
background-color: #4BF506;
}
</style>
border-color css
<style>
span { border-color: #4BF506; }
span { border-color: rgb(75,245,6); }
td.TdClassName
{
border-color: #4BF506;
}
.TagClassName
{
border-color: #4BF506;
}
</style>