Shades of Harlequin #4BF90C
Tints of Harlequin #4BF90C
RGB
CMYK
RGB Variations
Color information
#4BF90C (or 0x4BF90C) is known color: Harlequin. HEX triplet: 4B, F9 and 0C. RGB value is (75,249,12). Sum of RGB (Red+Green+Blue) = 75+249+12=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 249 (97.66% from 255 or 74.11% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF90C is #B406F3. Grayscale: #AAAAAA. Windows color (decimal): -11798260 or 850251. OLE color: 850251.
HSL color Cylindrical-coordinate representation of color #4BF90C: hue angle of 104.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BF90C is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 12 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.02 |
| HSL | 104.05º | 0.95% | 0.51% | - |
| HSV(B) | 104.05º | 0.95% | 0.98% | - |
| XYZ | 36.84 | 69.27 | 11.78 | - |
| YUV | 169.96 | 38.85 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 12 | 0.70 | 0 | 0.95 | 0.02 | 104.05 | 0.95 | 0.51 |
| Hex | 4B | F9 | C | 46 | 0 | 5F | 2 | 68 | 5F | 33 |
| Octal | 113 | 371 | 14 | 106 | 0 | 137 | 2 | 150 | 137 | 63 |
| Binary | 1001011 | 11111001 | 1100 | 1000110 | 0 | 1011111 | 10 | 1101000 | 1011111 | 110011 |
Color Harmonies of #4BF90C
Complementary color
Monochromatic Colors of #4BF90C
Black with #4BF90C
Text Example
Text Example
White with #4BF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF90C; }
p { color: rgb(75,249,12); }
H1.HeaderClassName
{
color: #4BF90C;
}
.AnyTagClassName
{
color: #4BF90C;
}
</style>
background-color css
<style>
a { background-color: #4BF90C; }
a { background-color: rgb(75,249,12); }
div.DivClassName
{
background-color: #4BF90C;
}
.BgClassName
{
background-color: #4BF90C;
}
</style>
border-color css
<style>
span { border-color: #4BF90C; }
span { border-color: rgb(75,249,12); }
td.TdClassName
{
border-color: #4BF90C;
}
.TagClassName
{
border-color: #4BF90C;
}
</style>