Shades of Harlequin #42F023
Tints of Harlequin #42F023
RGB
CMYK
RGB Variations
Color information
#42F023 (or 0x42F023) is known color: Harlequin. HEX triplet: 42, F0 and 23. RGB value is (66,240,35). Sum of RGB (Red+Green+Blue) = 66+240+35=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #42F023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F023 is #BD0FDC. Grayscale: #A5A5A5. Windows color (decimal): -12390365 or 2355266. OLE color: 2355266.
HSL color Cylindrical-coordinate representation of color #42F023: hue angle of 110.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42F023 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 35 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.06 |
| HSL | 110.93º | 0.87% | 0.54% | - |
| HSV(B) | 110.93º | 0.85% | 0.94% | - |
| XYZ | 33.71 | 63.6 | 12.09 | - |
| YUV | 164.6 | 54.85 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 35 | 0.72 | 0 | 0.85 | 0.06 | 110.93 | 0.87 | 0.54 |
| Hex | 42 | F0 | 23 | 48 | 0 | 55 | 6 | 6F | 57 | 36 |
| Octal | 102 | 360 | 43 | 110 | 0 | 125 | 6 | 157 | 127 | 66 |
| Binary | 1000010 | 11110000 | 100011 | 1001000 | 0 | 1010101 | 110 | 1101111 | 1010111 | 110110 |
Color Harmonies of #42F023
Complementary color
Monochromatic Colors of #42F023
Black with #42F023
Text Example
Text Example
White with #42F023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F023; }
p { color: rgb(66,240,35); }
H1.HeaderClassName
{
color: #42F023;
}
.AnyTagClassName
{
color: #42F023;
}
</style>
background-color css
<style>
a { background-color: #42F023; }
a { background-color: rgb(66,240,35); }
div.DivClassName
{
background-color: #42F023;
}
.BgClassName
{
background-color: #42F023;
}
</style>
border-color css
<style>
span { border-color: #42F023; }
span { border-color: rgb(66,240,35); }
td.TdClassName
{
border-color: #42F023;
}
.TagClassName
{
border-color: #42F023;
}
</style>