Shades of Harlequin #42F312
Tints of Harlequin #42F312
RGB
CMYK
RGB Variations
Color information
#42F312 (or 0x42F312) is known color: Harlequin. HEX triplet: 42, F3 and 12. RGB value is (66,243,18). Sum of RGB (Red+Green+Blue) = 66+243+18=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #42F312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F312 is #BD0CED. Grayscale: #A5A5A5. Windows color (decimal): -12389614 or 1241922. OLE color: 1241922.
HSL color Cylindrical-coordinate representation of color #42F312: hue angle of 107.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42F312 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 18 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.05 |
| HSL | 107.2º | 0.9% | 0.51% | - |
| HSV(B) | 107.2º | 0.93% | 0.95% | - |
| XYZ | 34.41 | 65.3 | 11.36 | - |
| YUV | 164.43 | 45.36 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 18 | 0.73 | 0 | 0.93 | 0.05 | 107.2 | 0.9 | 0.51 |
| Hex | 42 | F3 | 12 | 49 | 0 | 5D | 5 | 6B | 5A | 33 |
| Octal | 102 | 363 | 22 | 111 | 0 | 135 | 5 | 153 | 132 | 63 |
| Binary | 1000010 | 11110011 | 10010 | 1001001 | 0 | 1011101 | 101 | 1101011 | 1011010 | 110011 |
Color Harmonies of #42F312
Complementary color
Monochromatic Colors of #42F312
Black with #42F312
Text Example
Text Example
White with #42F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F312; }
p { color: rgb(66,243,18); }
H1.HeaderClassName
{
color: #42F312;
}
.AnyTagClassName
{
color: #42F312;
}
</style>
background-color css
<style>
a { background-color: #42F312; }
a { background-color: rgb(66,243,18); }
div.DivClassName
{
background-color: #42F312;
}
.BgClassName
{
background-color: #42F312;
}
</style>
border-color css
<style>
span { border-color: #42F312; }
span { border-color: rgb(66,243,18); }
td.TdClassName
{
border-color: #42F312;
}
.TagClassName
{
border-color: #42F312;
}
</style>