Shades of Harlequin #42F908
Tints of Harlequin #42F908
RGB
CMYK
RGB Variations
Color information
#42F908 (or 0x42F908) is known color: Harlequin. HEX triplet: 42, F9 and 08. RGB value is (66,249,8). Sum of RGB (Red+Green+Blue) = 66+249+8=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #42F908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F908 is #BD06F7. Grayscale: #A7A7A7. Windows color (decimal): -12388088 or 588098. OLE color: 588098.
HSL color Cylindrical-coordinate representation of color #42F908: hue angle of 105.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42F908 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 8 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.02 |
| HSL | 105.56º | 0.95% | 0.5% | - |
| HSV(B) | 105.56º | 0.97% | 0.98% | - |
| XYZ | 36.17 | 68.93 | 11.63 | - |
| YUV | 166.81 | 38.37 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 8 | 0.73 | 0 | 0.97 | 0.02 | 105.56 | 0.95 | 0.5 |
| Hex | 42 | F9 | 8 | 49 | 0 | 61 | 2 | 6A | 5F | 32 |
| Octal | 102 | 371 | 10 | 111 | 0 | 141 | 2 | 152 | 137 | 62 |
| Binary | 1000010 | 11111001 | 1000 | 1001001 | 0 | 1100001 | 10 | 1101010 | 1011111 | 110010 |
Color Harmonies of #42F908
Complementary color
Monochromatic Colors of #42F908
Black with #42F908
Text Example
Text Example
White with #42F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F908; }
p { color: rgb(66,249,8); }
H1.HeaderClassName
{
color: #42F908;
}
.AnyTagClassName
{
color: #42F908;
}
</style>
background-color css
<style>
a { background-color: #42F908; }
a { background-color: rgb(66,249,8); }
div.DivClassName
{
background-color: #42F908;
}
.BgClassName
{
background-color: #42F908;
}
</style>
border-color css
<style>
span { border-color: #42F908; }
span { border-color: rgb(66,249,8); }
td.TdClassName
{
border-color: #42F908;
}
.TagClassName
{
border-color: #42F908;
}
</style>