Shades of Harlequin #27D803
Tints of Harlequin #27D803
RGB
CMYK
RGB Variations
Color information
#27D803 (or 0x27D803) is known color: Harlequin. HEX triplet: 27, D8 and 03. RGB value is (39,216,3). Sum of RGB (Red+Green+Blue) = 39+216+3=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 216 (84.77% from 255 or 83.72% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 216 - color contains mainly: green. Hex color #27D803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D803 is #D827FC. Grayscale: #8B8B8B. Windows color (decimal): -14166013 or 251943. OLE color: 251943.
HSL color Cylindrical-coordinate representation of color #27D803: hue angle of 109.86º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27D803 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.15 |
| HSL | 109.86º | 0.97% | 0.43% | - |
| HSV(B) | 109.86º | 0.99% | 0.85% | - |
| XYZ | 25.41 | 49.55 | 8.31 | - |
| YUV | 138.8 | 51.36 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 3 | 0.82 | 0 | 0.99 | 0.15 | 109.86 | 0.97 | 0.43 |
| Hex | 27 | D8 | 3 | 52 | 0 | 63 | F | 6E | 61 | 2B |
| Octal | 47 | 330 | 3 | 122 | 0 | 143 | 17 | 156 | 141 | 53 |
| Binary | 100111 | 11011000 | 11 | 1010010 | 0 | 1100011 | 1111 | 1101110 | 1100001 | 101011 |
Color Harmonies of #27D803
Complementary color
Monochromatic Colors of #27D803
Black with #27D803
Text Example
Text Example
White with #27D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D803; }
p { color: rgb(39,216,3); }
H1.HeaderClassName
{
color: #27D803;
}
.AnyTagClassName
{
color: #27D803;
}
</style>
background-color css
<style>
a { background-color: #27D803; }
a { background-color: rgb(39,216,3); }
div.DivClassName
{
background-color: #27D803;
}
.BgClassName
{
background-color: #27D803;
}
</style>
border-color css
<style>
span { border-color: #27D803; }
span { border-color: rgb(39,216,3); }
td.TdClassName
{
border-color: #27D803;
}
.TagClassName
{
border-color: #27D803;
}
</style>