Shades of Harlequin #42FF2B
Tints of Harlequin #42FF2B
RGB
CMYK
RGB Variations
Color information
#42FF2B (or 0x42FF2B) is known color: Harlequin. HEX triplet: 42, FF and 2B. RGB value is (66,255,43). Sum of RGB (Red+Green+Blue) = 66+255+43=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF2B is #BD00D4. Grayscale: #AEAEAE. Windows color (decimal): -12386517 or 2883394. OLE color: 2883394.
HSL color Cylindrical-coordinate representation of color #42FF2B: hue angle of 113.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42FF2B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 43 | - |
| CMYK | 0.74 | 0 | 0.83 | 0 |
| HSL | 113.49º | 1% | 0.58% | - |
| HSV(B) | 113.49º | 0.83% | 1% | - |
| XYZ | 38.44 | 72.85 | 14.32 | - |
| YUV | 174.32 | 53.88 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 43 | 0.74 | 0 | 0.83 | 0 | 113.49 | 1 | 0.58 |
| Hex | 42 | FF | 2B | 4A | 0 | 53 | 0 | 71 | 64 | 3A |
| Octal | 102 | 377 | 53 | 112 | 0 | 123 | 0 | 161 | 144 | 72 |
| Binary | 1000010 | 11111111 | 101011 | 1001010 | 0 | 1010011 | 0 | 1110001 | 1100100 | 111010 |
Color Harmonies of #42FF2B
Complementary color
Monochromatic Colors of #42FF2B
Black with #42FF2B
Text Example
Text Example
White with #42FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF2B; }
p { color: rgb(66,255,43); }
H1.HeaderClassName
{
color: #42FF2B;
}
.AnyTagClassName
{
color: #42FF2B;
}
</style>
background-color css
<style>
a { background-color: #42FF2B; }
a { background-color: rgb(66,255,43); }
div.DivClassName
{
background-color: #42FF2B;
}
.BgClassName
{
background-color: #42FF2B;
}
</style>
border-color css
<style>
span { border-color: #42FF2B; }
span { border-color: rgb(66,255,43); }
td.TdClassName
{
border-color: #42FF2B;
}
.TagClassName
{
border-color: #42FF2B;
}
</style>