Shades of Harlequin #42FB2D
Tints of Harlequin #42FB2D
RGB
CMYK
RGB Variations
Color information
#42FB2D (or 0x42FB2D) is known color: Harlequin. HEX triplet: 42, FB and 2D. RGB value is (66,251,45). Sum of RGB (Red+Green+Blue) = 66+251+45=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB2D is #BD04D2. Grayscale: #ACACAC. Windows color (decimal): -12387539 or 3013442. OLE color: 3013442.
HSL color Cylindrical-coordinate representation of color #42FB2D: hue angle of 113.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42FB2D is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 45 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.02 |
| HSL | 113.88º | 0.96% | 0.58% | - |
| HSV(B) | 113.88º | 0.82% | 0.98% | - |
| XYZ | 37.22 | 70.34 | 14.1 | - |
| YUV | 172.2 | 56.21 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 45 | 0.74 | 0 | 0.82 | 0.02 | 113.88 | 0.96 | 0.58 |
| Hex | 42 | FB | 2D | 4A | 0 | 52 | 2 | 72 | 60 | 3A |
| Octal | 102 | 373 | 55 | 112 | 0 | 122 | 2 | 162 | 140 | 72 |
| Binary | 1000010 | 11111011 | 101101 | 1001010 | 0 | 1010010 | 10 | 1110010 | 1100000 | 111010 |
Color Harmonies of #42FB2D
Complementary color
Monochromatic Colors of #42FB2D
Black with #42FB2D
Text Example
Text Example
White with #42FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB2D; }
p { color: rgb(66,251,45); }
H1.HeaderClassName
{
color: #42FB2D;
}
.AnyTagClassName
{
color: #42FB2D;
}
</style>
background-color css
<style>
a { background-color: #42FB2D; }
a { background-color: rgb(66,251,45); }
div.DivClassName
{
background-color: #42FB2D;
}
.BgClassName
{
background-color: #42FB2D;
}
</style>
border-color css
<style>
span { border-color: #42FB2D; }
span { border-color: rgb(66,251,45); }
td.TdClassName
{
border-color: #42FB2D;
}
.TagClassName
{
border-color: #42FB2D;
}
</style>