Shades of Harlequin #42F921
Tints of Harlequin #42F921
RGB
CMYK
RGB Variations
Color information
#42F921 (or 0x42F921) is known color: Harlequin. HEX triplet: 42, F9 and 21. RGB value is (66,249,33). Sum of RGB (Red+Green+Blue) = 66+249+33=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #42F921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F921 is #BD06DE. Grayscale: #AAAAAA. Windows color (decimal): -12388063 or 2226498. OLE color: 2226498.
HSL color Cylindrical-coordinate representation of color #42F921: hue angle of 110.83º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42F921 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 33 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.02 |
| HSL | 110.83º | 0.95% | 0.55% | - |
| HSV(B) | 110.83º | 0.87% | 0.98% | - |
| XYZ | 36.4 | 69.02 | 12.84 | - |
| YUV | 169.66 | 50.87 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 33 | 0.73 | 0 | 0.87 | 0.02 | 110.83 | 0.95 | 0.55 |
| Hex | 42 | F9 | 21 | 49 | 0 | 57 | 2 | 6F | 5F | 37 |
| Octal | 102 | 371 | 41 | 111 | 0 | 127 | 2 | 157 | 137 | 67 |
| Binary | 1000010 | 11111001 | 100001 | 1001001 | 0 | 1010111 | 10 | 1101111 | 1011111 | 110111 |
Color Harmonies of #42F921
Complementary color
Monochromatic Colors of #42F921
Black with #42F921
Text Example
Text Example
White with #42F921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F921; }
p { color: rgb(66,249,33); }
H1.HeaderClassName
{
color: #42F921;
}
.AnyTagClassName
{
color: #42F921;
}
</style>
background-color css
<style>
a { background-color: #42F921; }
a { background-color: rgb(66,249,33); }
div.DivClassName
{
background-color: #42F921;
}
.BgClassName
{
background-color: #42F921;
}
</style>
border-color css
<style>
span { border-color: #42F921; }
span { border-color: rgb(66,249,33); }
td.TdClassName
{
border-color: #42F921;
}
.TagClassName
{
border-color: #42F921;
}
</style>