Shades of Harlequin #42FA2B
Tints of Harlequin #42FA2B
RGB
CMYK
RGB Variations
Color information
#42FA2B (or 0x42FA2B) is known color: Harlequin. HEX triplet: 42, FA and 2B. RGB value is (66,250,43). Sum of RGB (Red+Green+Blue) = 66+250+43=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA2B is #BD05D4. Grayscale: #ACACAC. Windows color (decimal): -12387797 or 2882114. OLE color: 2882114.
HSL color Cylindrical-coordinate representation of color #42FA2B: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42FA2B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 43 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.02 |
| HSL | 113.33º | 0.95% | 0.57% | - |
| HSV(B) | 113.33º | 0.83% | 0.98% | - |
| XYZ | 36.87 | 69.7 | 13.8 | - |
| YUV | 171.39 | 55.54 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 43 | 0.74 | 0 | 0.83 | 0.02 | 113.33 | 0.95 | 0.57 |
| Hex | 42 | FA | 2B | 4A | 0 | 53 | 2 | 71 | 5F | 39 |
| Octal | 102 | 372 | 53 | 112 | 0 | 123 | 2 | 161 | 137 | 71 |
| Binary | 1000010 | 11111010 | 101011 | 1001010 | 0 | 1010011 | 10 | 1110001 | 1011111 | 111001 |
Color Harmonies of #42FA2B
Complementary color
Monochromatic Colors of #42FA2B
Black with #42FA2B
Text Example
Text Example
White with #42FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA2B; }
p { color: rgb(66,250,43); }
H1.HeaderClassName
{
color: #42FA2B;
}
.AnyTagClassName
{
color: #42FA2B;
}
</style>
background-color css
<style>
a { background-color: #42FA2B; }
a { background-color: rgb(66,250,43); }
div.DivClassName
{
background-color: #42FA2B;
}
.BgClassName
{
background-color: #42FA2B;
}
</style>
border-color css
<style>
span { border-color: #42FA2B; }
span { border-color: rgb(66,250,43); }
td.TdClassName
{
border-color: #42FA2B;
}
.TagClassName
{
border-color: #42FA2B;
}
</style>