Shades of Harlequin #42F316
Tints of Harlequin #42F316
RGB
CMYK
RGB Variations
Color information
#42F316 (or 0x42F316) is known color: Harlequin. HEX triplet: 42, F3 and 16. RGB value is (66,243,22). Sum of RGB (Red+Green+Blue) = 66+243+22=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #42F316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F316 is #BD0CE9. Grayscale: #A5A5A5. Windows color (decimal): -12389610 or 1504066. OLE color: 1504066.
HSL color Cylindrical-coordinate representation of color #42F316: hue angle of 108.05º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42F316 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 22 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.05 |
| HSL | 108.05º | 0.9% | 0.52% | - |
| HSV(B) | 108.05º | 0.91% | 0.95% | - |
| XYZ | 34.44 | 65.32 | 11.55 | - |
| YUV | 164.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 22 | 0.73 | 0 | 0.91 | 0.05 | 108.05 | 0.9 | 0.52 |
| Hex | 42 | F3 | 16 | 49 | 0 | 5B | 5 | 6C | 5A | 34 |
| Octal | 102 | 363 | 26 | 111 | 0 | 133 | 5 | 154 | 132 | 64 |
| Binary | 1000010 | 11110011 | 10110 | 1001001 | 0 | 1011011 | 101 | 1101100 | 1011010 | 110100 |
Color Harmonies of #42F316
Complementary color
Monochromatic Colors of #42F316
Black with #42F316
Text Example
Text Example
White with #42F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F316; }
p { color: rgb(66,243,22); }
H1.HeaderClassName
{
color: #42F316;
}
.AnyTagClassName
{
color: #42F316;
}
</style>
background-color css
<style>
a { background-color: #42F316; }
a { background-color: rgb(66,243,22); }
div.DivClassName
{
background-color: #42F316;
}
.BgClassName
{
background-color: #42F316;
}
</style>
border-color css
<style>
span { border-color: #42F316; }
span { border-color: rgb(66,243,22); }
td.TdClassName
{
border-color: #42F316;
}
.TagClassName
{
border-color: #42F316;
}
</style>