Shades of Harlequin #4BF702
Tints of Harlequin #4BF702
RGB
CMYK
RGB Variations
Color information
#4BF702 (or 0x4BF702) is known color: Harlequin. HEX triplet: 4B, F7 and 02. RGB value is (75,247,2). Sum of RGB (Red+Green+Blue) = 75+247+2=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF702 is #B408FD. Grayscale: #A8A8A8. Windows color (decimal): -11798782 or 194379. OLE color: 194379.
HSL color Cylindrical-coordinate representation of color #4BF702: hue angle of 102.12º 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 #4BF702 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 247 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.03 |
| HSL | 102.12º | 0.98% | 0.49% | - |
| HSV(B) | 102.12º | 0.99% | 0.97% | - |
| XYZ | 36.17 | 68.02 | 11.28 | - |
| YUV | 167.64 | 34.52 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 247 | 2 | 0.70 | 0 | 0.99 | 0.03 | 102.12 | 0.98 | 0.49 |
| Hex | 4B | F7 | 2 | 46 | 0 | 63 | 3 | 66 | 62 | 31 |
| Octal | 113 | 367 | 2 | 106 | 0 | 143 | 3 | 146 | 142 | 61 |
| Binary | 1001011 | 11110111 | 10 | 1000110 | 0 | 1100011 | 11 | 1100110 | 1100010 | 110001 |
Color Harmonies of #4BF702
Complementary color
Monochromatic Colors of #4BF702
Black with #4BF702
Text Example
Text Example
White with #4BF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF702; }
p { color: rgb(75,247,2); }
H1.HeaderClassName
{
color: #4BF702;
}
.AnyTagClassName
{
color: #4BF702;
}
</style>
background-color css
<style>
a { background-color: #4BF702; }
a { background-color: rgb(75,247,2); }
div.DivClassName
{
background-color: #4BF702;
}
.BgClassName
{
background-color: #4BF702;
}
</style>
border-color css
<style>
span { border-color: #4BF702; }
span { border-color: rgb(75,247,2); }
td.TdClassName
{
border-color: #4BF702;
}
.TagClassName
{
border-color: #4BF702;
}
</style>