Shades of Harlequin #42F92A
Tints of Harlequin #42F92A
RGB
CMYK
RGB Variations
Color information
#42F92A (or 0x42F92A) is known color: Harlequin. HEX triplet: 42, F9 and 2A. RGB value is (66,249,42). Sum of RGB (Red+Green+Blue) = 66+249+42=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #42F92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F92A is #BD06D5. Grayscale: #ABABAB. Windows color (decimal): -12388054 or 2816322. OLE color: 2816322.
HSL color Cylindrical-coordinate representation of color #42F92A: hue angle of 113.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F92A is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 42 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.02 |
| HSL | 113.04º | 0.95% | 0.57% | - |
| HSV(B) | 113.04º | 0.83% | 0.98% | - |
| XYZ | 36.54 | 69.08 | 13.6 | - |
| YUV | 170.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 42 | 0.73 | 0 | 0.83 | 0.02 | 113.04 | 0.95 | 0.57 |
| Hex | 42 | F9 | 2A | 49 | 0 | 53 | 2 | 71 | 5F | 39 |
| Octal | 102 | 371 | 52 | 111 | 0 | 123 | 2 | 161 | 137 | 71 |
| Binary | 1000010 | 11111001 | 101010 | 1001001 | 0 | 1010011 | 10 | 1110001 | 1011111 | 111001 |
Color Harmonies of #42F92A
Complementary color
Monochromatic Colors of #42F92A
Black with #42F92A
Text Example
Text Example
White with #42F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F92A; }
p { color: rgb(66,249,42); }
H1.HeaderClassName
{
color: #42F92A;
}
.AnyTagClassName
{
color: #42F92A;
}
</style>
background-color css
<style>
a { background-color: #42F92A; }
a { background-color: rgb(66,249,42); }
div.DivClassName
{
background-color: #42F92A;
}
.BgClassName
{
background-color: #42F92A;
}
</style>
border-color css
<style>
span { border-color: #42F92A; }
span { border-color: rgb(66,249,42); }
td.TdClassName
{
border-color: #42F92A;
}
.TagClassName
{
border-color: #42F92A;
}
</style>