Shades of Harlequin #42F318
Tints of Harlequin #42F318
RGB
CMYK
RGB Variations
Color information
#42F318 (or 0x42F318) is known color: Harlequin. HEX triplet: 42, F3 and 18. RGB value is (66,243,24). Sum of RGB (Red+Green+Blue) = 66+243+24=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #42F318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F318 is #BD0CE7. Grayscale: #A5A5A5. Windows color (decimal): -12389608 or 1635138. OLE color: 1635138.
HSL color Cylindrical-coordinate representation of color #42F318: hue angle of 108.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42F318 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 24 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.05 |
| HSL | 108.49º | 0.9% | 0.52% | - |
| HSV(B) | 108.49º | 0.9% | 0.95% | - |
| XYZ | 34.46 | 65.33 | 11.66 | - |
| YUV | 165.11 | 48.36 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 24 | 0.73 | 0 | 0.90 | 0.05 | 108.49 | 0.9 | 0.52 |
| Hex | 42 | F3 | 18 | 49 | 0 | 5A | 5 | 6C | 5A | 34 |
| Octal | 102 | 363 | 30 | 111 | 0 | 132 | 5 | 154 | 132 | 64 |
| Binary | 1000010 | 11110011 | 11000 | 1001001 | 0 | 1011010 | 101 | 1101100 | 1011010 | 110100 |
Color Harmonies of #42F318
Complementary color
Monochromatic Colors of #42F318
Black with #42F318
Text Example
Text Example
White with #42F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F318; }
p { color: rgb(66,243,24); }
H1.HeaderClassName
{
color: #42F318;
}
.AnyTagClassName
{
color: #42F318;
}
</style>
background-color css
<style>
a { background-color: #42F318; }
a { background-color: rgb(66,243,24); }
div.DivClassName
{
background-color: #42F318;
}
.BgClassName
{
background-color: #42F318;
}
</style>
border-color css
<style>
span { border-color: #42F318; }
span { border-color: rgb(66,243,24); }
td.TdClassName
{
border-color: #42F318;
}
.TagClassName
{
border-color: #42F318;
}
</style>