Shades of Harlequin #42FF1B
Tints of Harlequin #42FF1B
RGB
CMYK
RGB Variations
Color information
#42FF1B (or 0x42FF1B) is known color: Harlequin. HEX triplet: 42, FF and 1B. RGB value is (66,255,27). Sum of RGB (Red+Green+Blue) = 66+255+27=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF1B is #BD00E4. Grayscale: #ADADAD. Windows color (decimal): -12386533 or 1834818. OLE color: 1834818.
HSL color Cylindrical-coordinate representation of color #42FF1B: hue angle of 109.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42FF1B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 27 | - |
| CMYK | 0.74 | 0 | 0.89 | 0 |
| HSL | 109.74º | 1% | 0.55% | - |
| HSV(B) | 109.74º | 0.89% | 1% | - |
| XYZ | 38.2 | 72.76 | 13.07 | - |
| YUV | 172.5 | 45.88 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 27 | 0.74 | 0 | 0.89 | 0 | 109.74 | 1 | 0.55 |
| Hex | 42 | FF | 1B | 4A | 0 | 59 | 0 | 6E | 64 | 37 |
| Octal | 102 | 377 | 33 | 112 | 0 | 131 | 0 | 156 | 144 | 67 |
| Binary | 1000010 | 11111111 | 11011 | 1001010 | 0 | 1011001 | 0 | 1101110 | 1100100 | 110111 |
Color Harmonies of #42FF1B
Complementary color
Monochromatic Colors of #42FF1B
Black with #42FF1B
Text Example
Text Example
White with #42FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF1B; }
p { color: rgb(66,255,27); }
H1.HeaderClassName
{
color: #42FF1B;
}
.AnyTagClassName
{
color: #42FF1B;
}
</style>
background-color css
<style>
a { background-color: #42FF1B; }
a { background-color: rgb(66,255,27); }
div.DivClassName
{
background-color: #42FF1B;
}
.BgClassName
{
background-color: #42FF1B;
}
</style>
border-color css
<style>
span { border-color: #42FF1B; }
span { border-color: rgb(66,255,27); }
td.TdClassName
{
border-color: #42FF1B;
}
.TagClassName
{
border-color: #42FF1B;
}
</style>