Shades of Harlequin #42F92B
Tints of Harlequin #42F92B
RGB
CMYK
RGB Variations
Color information
#42F92B (or 0x42F92B) is known color: Harlequin. HEX triplet: 42, F9 and 2B. RGB value is (66,249,43). Sum of RGB (Red+Green+Blue) = 66+249+43=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #42F92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F92B is #BD06D4. Grayscale: #ABABAB. Windows color (decimal): -12388053 or 2881858. OLE color: 2881858.
HSL color Cylindrical-coordinate representation of color #42F92B: hue angle of 113.3º degrees, saturation: 0.94, 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 #42F92B is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 43 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.02 |
| HSL | 113.3º | 0.94% | 0.57% | - |
| HSV(B) | 113.3º | 0.83% | 0.98% | - |
| XYZ | 36.56 | 69.08 | 13.69 | - |
| YUV | 170.8 | 55.87 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 43 | 0.73 | 0 | 0.83 | 0.02 | 113.3 | 0.94 | 0.57 |
| Hex | 42 | F9 | 2B | 49 | 0 | 53 | 2 | 71 | 5E | 39 |
| Octal | 102 | 371 | 53 | 111 | 0 | 123 | 2 | 161 | 136 | 71 |
| Binary | 1000010 | 11111001 | 101011 | 1001001 | 0 | 1010011 | 10 | 1110001 | 1011110 | 111001 |
Color Harmonies of #42F92B
Complementary color
Monochromatic Colors of #42F92B
Black with #42F92B
Text Example
Text Example
White with #42F92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F92B; }
p { color: rgb(66,249,43); }
H1.HeaderClassName
{
color: #42F92B;
}
.AnyTagClassName
{
color: #42F92B;
}
</style>
background-color css
<style>
a { background-color: #42F92B; }
a { background-color: rgb(66,249,43); }
div.DivClassName
{
background-color: #42F92B;
}
.BgClassName
{
background-color: #42F92B;
}
</style>
border-color css
<style>
span { border-color: #42F92B; }
span { border-color: rgb(66,249,43); }
td.TdClassName
{
border-color: #42F92B;
}
.TagClassName
{
border-color: #42F92B;
}
</style>