Shades of Harlequin #4BF30D
Tints of Harlequin #4BF30D
RGB
CMYK
RGB Variations
Color information
#4BF30D (or 0x4BF30D) is known color: Harlequin. HEX triplet: 4B, F3 and 0D. RGB value is (75,243,13). Sum of RGB (Red+Green+Blue) = 75+243+13=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF30D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF30D is #B40CF2. Grayscale: #A7A7A7. Windows color (decimal): -11799795 or 914251. OLE color: 914251.
HSL color Cylindrical-coordinate representation of color #4BF30D: hue angle of 103.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BF30D is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 13 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.05 |
| HSL | 103.83º | 0.91% | 0.5% | - |
| HSV(B) | 103.83º | 0.95% | 0.95% | - |
| XYZ | 35.02 | 65.63 | 11.2 | - |
| YUV | 166.55 | 41.34 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 13 | 0.69 | 0 | 0.95 | 0.05 | 103.83 | 0.91 | 0.5 |
| Hex | 4B | F3 | D | 45 | 0 | 5F | 5 | 68 | 5B | 32 |
| Octal | 113 | 363 | 15 | 105 | 0 | 137 | 5 | 150 | 133 | 62 |
| Binary | 1001011 | 11110011 | 1101 | 1000101 | 0 | 1011111 | 101 | 1101000 | 1011011 | 110010 |
Color Harmonies of #4BF30D
Complementary color
Monochromatic Colors of #4BF30D
Black with #4BF30D
Text Example
Text Example
White with #4BF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF30D; }
p { color: rgb(75,243,13); }
H1.HeaderClassName
{
color: #4BF30D;
}
.AnyTagClassName
{
color: #4BF30D;
}
</style>
background-color css
<style>
a { background-color: #4BF30D; }
a { background-color: rgb(75,243,13); }
div.DivClassName
{
background-color: #4BF30D;
}
.BgClassName
{
background-color: #4BF30D;
}
</style>
border-color css
<style>
span { border-color: #4BF30D; }
span { border-color: rgb(75,243,13); }
td.TdClassName
{
border-color: #4BF30D;
}
.TagClassName
{
border-color: #4BF30D;
}
</style>