Shades of Harlequin #42FB1D
Tints of Harlequin #42FB1D
RGB
CMYK
RGB Variations
Color information
#42FB1D (or 0x42FB1D) is known color: Harlequin. HEX triplet: 42, FB and 1D. RGB value is (66,251,29). Sum of RGB (Red+Green+Blue) = 66+251+29=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB1D is #BD04E2. Grayscale: #ABABAB. Windows color (decimal): -12387555 or 1964866. OLE color: 1964866.
HSL color Cylindrical-coordinate representation of color #42FB1D: hue angle of 110º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42FB1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.02 |
| HSL | 110º | 0.97% | 0.55% | - |
| HSV(B) | 110º | 0.88% | 0.98% | - |
| XYZ | 36.97 | 70.24 | 12.77 | - |
| YUV | 170.38 | 48.21 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 29 | 0.74 | 0 | 0.88 | 0.02 | 110 | 0.97 | 0.55 |
| Hex | 42 | FB | 1D | 4A | 0 | 58 | 2 | 6E | 61 | 37 |
| Octal | 102 | 373 | 35 | 112 | 0 | 130 | 2 | 156 | 141 | 67 |
| Binary | 1000010 | 11111011 | 11101 | 1001010 | 0 | 1011000 | 10 | 1101110 | 1100001 | 110111 |
Color Harmonies of #42FB1D
Complementary color
Monochromatic Colors of #42FB1D
Black with #42FB1D
Text Example
Text Example
White with #42FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB1D; }
p { color: rgb(66,251,29); }
H1.HeaderClassName
{
color: #42FB1D;
}
.AnyTagClassName
{
color: #42FB1D;
}
</style>
background-color css
<style>
a { background-color: #42FB1D; }
a { background-color: rgb(66,251,29); }
div.DivClassName
{
background-color: #42FB1D;
}
.BgClassName
{
background-color: #42FB1D;
}
</style>
border-color css
<style>
span { border-color: #42FB1D; }
span { border-color: rgb(66,251,29); }
td.TdClassName
{
border-color: #42FB1D;
}
.TagClassName
{
border-color: #42FB1D;
}
</style>