Shades of Harlequin #3FFB0D
Tints of Harlequin #3FFB0D
RGB
CMYK
RGB Variations
Color information
#3FFB0D (or 0x3FFB0D) is known color: Harlequin. HEX triplet: 3F, FB and 0D. RGB value is (63,251,13). Sum of RGB (Red+Green+Blue) = 63+251+13=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 251 (98.44% from 255 or 76.76% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFB0D is #C004F2. Grayscale: #A8A8A8. Windows color (decimal): -12584179 or 916287. OLE color: 916287.
HSL color Cylindrical-coordinate representation of color #3FFB0D: hue angle of 107.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FFB0D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 13 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.02 |
| HSL | 107.4º | 0.97% | 0.52% | - |
| HSV(B) | 107.4º | 0.95% | 0.98% | - |
| XYZ | 36.62 | 70.08 | 11.98 | - |
| YUV | 167.66 | 40.72 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 13 | 0.75 | 0 | 0.95 | 0.02 | 107.4 | 0.97 | 0.52 |
| Hex | 3F | FB | D | 4B | 0 | 5F | 2 | 6B | 61 | 34 |
| Octal | 77 | 373 | 15 | 113 | 0 | 137 | 2 | 153 | 141 | 64 |
| Binary | 111111 | 11111011 | 1101 | 1001011 | 0 | 1011111 | 10 | 1101011 | 1100001 | 110100 |
Color Harmonies of #3FFB0D
Complementary color
Monochromatic Colors of #3FFB0D
Black with #3FFB0D
Text Example
Text Example
White with #3FFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB0D; }
p { color: rgb(63,251,13); }
H1.HeaderClassName
{
color: #3FFB0D;
}
.AnyTagClassName
{
color: #3FFB0D;
}
</style>
background-color css
<style>
a { background-color: #3FFB0D; }
a { background-color: rgb(63,251,13); }
div.DivClassName
{
background-color: #3FFB0D;
}
.BgClassName
{
background-color: #3FFB0D;
}
</style>
border-color css
<style>
span { border-color: #3FFB0D; }
span { border-color: rgb(63,251,13); }
td.TdClassName
{
border-color: #3FFB0D;
}
.TagClassName
{
border-color: #3FFB0D;
}
</style>