Shades of Harlequin #42FF2C
Tints of Harlequin #42FF2C
RGB
CMYK
RGB Variations
Color information
#42FF2C (or 0x42FF2C) is known color: Harlequin. HEX triplet: 42, FF and 2C. RGB value is (66,255,44). Sum of RGB (Red+Green+Blue) = 66+255+44=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF2C is #BD00D3. Grayscale: #AFAFAF. Windows color (decimal): -12386516 or 2948930. OLE color: 2948930.
HSL color Cylindrical-coordinate representation of color #42FF2C: hue angle of 113.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42FF2C is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 44 | - |
| CMYK | 0.74 | 0 | 0.83 | 0 |
| HSL | 113.74º | 1% | 0.59% | - |
| HSV(B) | 113.74º | 0.83% | 1% | - |
| XYZ | 38.46 | 72.86 | 14.42 | - |
| YUV | 174.44 | 54.38 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 44 | 0.74 | 0 | 0.83 | 0 | 113.74 | 1 | 0.59 |
| Hex | 42 | FF | 2C | 4A | 0 | 53 | 0 | 72 | 64 | 3B |
| Octal | 102 | 377 | 54 | 112 | 0 | 123 | 0 | 162 | 144 | 73 |
| Binary | 1000010 | 11111111 | 101100 | 1001010 | 0 | 1010011 | 0 | 1110010 | 1100100 | 111011 |
Color Harmonies of #42FF2C
Complementary color
Monochromatic Colors of #42FF2C
Black with #42FF2C
Text Example
Text Example
White with #42FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF2C; }
p { color: rgb(66,255,44); }
H1.HeaderClassName
{
color: #42FF2C;
}
.AnyTagClassName
{
color: #42FF2C;
}
</style>
background-color css
<style>
a { background-color: #42FF2C; }
a { background-color: rgb(66,255,44); }
div.DivClassName
{
background-color: #42FF2C;
}
.BgClassName
{
background-color: #42FF2C;
}
</style>
border-color css
<style>
span { border-color: #42FF2C; }
span { border-color: rgb(66,255,44); }
td.TdClassName
{
border-color: #42FF2C;
}
.TagClassName
{
border-color: #42FF2C;
}
</style>