Shades of Harlequin #27D703
Tints of Harlequin #27D703
RGB
CMYK
RGB Variations
Color information
#27D703 (or 0x27D703) is known color: Harlequin. HEX triplet: 27, D7 and 03. RGB value is (39,215,3). Sum of RGB (Red+Green+Blue) = 39+215+3=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 215 (84.38% from 255 or 83.66% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 215 - color contains mainly: green. Hex color #27D703 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D703 is #D828FC. Grayscale: #8A8A8A. Windows color (decimal): -14166269 or 251687. OLE color: 251687.
HSL color Cylindrical-coordinate representation of color #27D703: hue angle of 109.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27D703 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.16 |
| HSL | 109.81º | 0.97% | 0.43% | - |
| HSV(B) | 109.81º | 0.99% | 0.84% | - |
| XYZ | 25.15 | 49.04 | 8.23 | - |
| YUV | 138.21 | 51.69 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 3 | 0.82 | 0 | 0.99 | 0.16 | 109.81 | 0.97 | 0.43 |
| Hex | 27 | D7 | 3 | 52 | 0 | 63 | 10 | 6E | 61 | 2B |
| Octal | 47 | 327 | 3 | 122 | 0 | 143 | 20 | 156 | 141 | 53 |
| Binary | 100111 | 11010111 | 11 | 1010010 | 0 | 1100011 | 10000 | 1101110 | 1100001 | 101011 |
Color Harmonies of #27D703
Complementary color
Monochromatic Colors of #27D703
Black with #27D703
Text Example
Text Example
White with #27D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D703; }
p { color: rgb(39,215,3); }
H1.HeaderClassName
{
color: #27D703;
}
.AnyTagClassName
{
color: #27D703;
}
</style>
background-color css
<style>
a { background-color: #27D703; }
a { background-color: rgb(39,215,3); }
div.DivClassName
{
background-color: #27D703;
}
.BgClassName
{
background-color: #27D703;
}
</style>
border-color css
<style>
span { border-color: #27D703; }
span { border-color: rgb(39,215,3); }
td.TdClassName
{
border-color: #27D703;
}
.TagClassName
{
border-color: #27D703;
}
</style>