Shades of Harlequin #55EE2B
Tints of Harlequin #55EE2B
RGB
CMYK
RGB Variations
Color information
#55EE2B (or 0x55EE2B) is known color: Harlequin. HEX triplet: 55, EE and 2B. RGB value is (85,238,43). Sum of RGB (Red+Green+Blue) = 85+238+43=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 238 (93.36% from 255 or 65.03% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EE2B is #AA11D4. Grayscale: #AAAAAA. Windows color (decimal): -11145685 or 2879061. OLE color: 2879061.
HSL color Cylindrical-coordinate representation of color #55EE2B: hue angle of 107.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55EE2B is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 43 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.07 |
| HSL | 107.08º | 0.85% | 0.55% | - |
| HSV(B) | 107.08º | 0.82% | 0.93% | - |
| XYZ | 34.76 | 63.25 | 12.66 | - |
| YUV | 170.02 | 56.31 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 43 | 0.64 | 0 | 0.82 | 0.07 | 107.08 | 0.85 | 0.55 |
| Hex | 55 | EE | 2B | 40 | 0 | 52 | 7 | 6B | 55 | 37 |
| Octal | 125 | 356 | 53 | 100 | 0 | 122 | 7 | 153 | 125 | 67 |
| Binary | 1010101 | 11101110 | 101011 | 1000000 | 0 | 1010010 | 111 | 1101011 | 1010101 | 110111 |
Color Harmonies of #55EE2B
Complementary color
Monochromatic Colors of #55EE2B
Black with #55EE2B
Text Example
Text Example
White with #55EE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE2B; }
p { color: rgb(85,238,43); }
H1.HeaderClassName
{
color: #55EE2B;
}
.AnyTagClassName
{
color: #55EE2B;
}
</style>
background-color css
<style>
a { background-color: #55EE2B; }
a { background-color: rgb(85,238,43); }
div.DivClassName
{
background-color: #55EE2B;
}
.BgClassName
{
background-color: #55EE2B;
}
</style>
border-color css
<style>
span { border-color: #55EE2B; }
span { border-color: rgb(85,238,43); }
td.TdClassName
{
border-color: #55EE2B;
}
.TagClassName
{
border-color: #55EE2B;
}
</style>