Shades of Harlequin #3FFB27
Tints of Harlequin #3FFB27
RGB
CMYK
RGB Variations
Color information
#3FFB27 (or 0x3FFB27) is known color: Harlequin. HEX triplet: 3F, FB and 27. RGB value is (63,251,39). Sum of RGB (Red+Green+Blue) = 63+251+39=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFB27 is #C004D8. Grayscale: #ABABAB. Windows color (decimal): -12584153 or 2620223. OLE color: 2620223.
HSL color Cylindrical-coordinate representation of color #3FFB27: hue angle of 113.21º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FFB27 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 39 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.02 |
| HSL | 113.21º | 0.96% | 0.57% | - |
| HSV(B) | 113.21º | 0.84% | 0.98% | - |
| XYZ | 36.91 | 70.2 | 13.52 | - |
| YUV | 170.62 | 53.72 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 39 | 0.75 | 0 | 0.84 | 0.02 | 113.21 | 0.96 | 0.57 |
| Hex | 3F | FB | 27 | 4B | 0 | 54 | 2 | 71 | 60 | 39 |
| Octal | 77 | 373 | 47 | 113 | 0 | 124 | 2 | 161 | 140 | 71 |
| Binary | 111111 | 11111011 | 100111 | 1001011 | 0 | 1010100 | 10 | 1110001 | 1100000 | 111001 |
Color Harmonies of #3FFB27
Complementary color
Monochromatic Colors of #3FFB27
Black with #3FFB27
Text Example
Text Example
White with #3FFB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB27; }
p { color: rgb(63,251,39); }
H1.HeaderClassName
{
color: #3FFB27;
}
.AnyTagClassName
{
color: #3FFB27;
}
</style>
background-color css
<style>
a { background-color: #3FFB27; }
a { background-color: rgb(63,251,39); }
div.DivClassName
{
background-color: #3FFB27;
}
.BgClassName
{
background-color: #3FFB27;
}
</style>
border-color css
<style>
span { border-color: #3FFB27; }
span { border-color: rgb(63,251,39); }
td.TdClassName
{
border-color: #3FFB27;
}
.TagClassName
{
border-color: #3FFB27;
}
</style>