Shades of Harlequin #4BF802
Tints of Harlequin #4BF802
RGB
CMYK
RGB Variations
Color information
#4BF802 (or 0x4BF802) is known color: Harlequin. HEX triplet: 4B, F8 and 02. RGB value is (75,248,2). Sum of RGB (Red+Green+Blue) = 75+248+2=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF802 is #B407FD. Grayscale: #A9A9A9. Windows color (decimal): -11798526 or 194635. OLE color: 194635.
HSL color Cylindrical-coordinate representation of color #4BF802: hue angle of 102.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BF802 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.03 |
| HSL | 102.2º | 0.98% | 0.49% | - |
| HSV(B) | 102.2º | 0.99% | 0.97% | - |
| XYZ | 36.48 | 68.64 | 11.38 | - |
| YUV | 168.23 | 34.19 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 2 | 0.70 | 0 | 0.99 | 0.03 | 102.2 | 0.98 | 0.49 |
| Hex | 4B | F8 | 2 | 46 | 0 | 63 | 3 | 66 | 62 | 31 |
| Octal | 113 | 370 | 2 | 106 | 0 | 143 | 3 | 146 | 142 | 61 |
| Binary | 1001011 | 11111000 | 10 | 1000110 | 0 | 1100011 | 11 | 1100110 | 1100010 | 110001 |
Color Harmonies of #4BF802
Complementary color
Monochromatic Colors of #4BF802
Black with #4BF802
Text Example
Text Example
White with #4BF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF802; }
p { color: rgb(75,248,2); }
H1.HeaderClassName
{
color: #4BF802;
}
.AnyTagClassName
{
color: #4BF802;
}
</style>
background-color css
<style>
a { background-color: #4BF802; }
a { background-color: rgb(75,248,2); }
div.DivClassName
{
background-color: #4BF802;
}
.BgClassName
{
background-color: #4BF802;
}
</style>
border-color css
<style>
span { border-color: #4BF802; }
span { border-color: rgb(75,248,2); }
td.TdClassName
{
border-color: #4BF802;
}
.TagClassName
{
border-color: #4BF802;
}
</style>