Shades of Harlequin #27D403
Tints of Harlequin #27D403
RGB
CMYK
RGB Variations
Color information
#27D403 (or 0x27D403) is known color: Harlequin. HEX triplet: 27, D4 and 03. RGB value is (39,212,3). Sum of RGB (Red+Green+Blue) = 39+212+3=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 212 (83.20% from 255 or 83.46% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 212 - color contains mainly: green. Hex color #27D403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D403 is #D82BFC. Grayscale: #898989. Windows color (decimal): -14167037 or 250919. OLE color: 250919.
HSL color Cylindrical-coordinate representation of color #27D403: hue angle of 109.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27D403 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 212 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.17 |
| HSL | 109.67º | 0.97% | 0.42% | - |
| HSV(B) | 109.67º | 0.99% | 0.83% | - |
| XYZ | 24.4 | 47.52 | 7.97 | - |
| YUV | 136.45 | 52.69 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 3 | 0.82 | 0 | 0.99 | 0.17 | 109.67 | 0.97 | 0.42 |
| Hex | 27 | D4 | 3 | 52 | 0 | 63 | 11 | 6E | 61 | 2A |
| Octal | 47 | 324 | 3 | 122 | 0 | 143 | 21 | 156 | 141 | 52 |
| Binary | 100111 | 11010100 | 11 | 1010010 | 0 | 1100011 | 10001 | 1101110 | 1100001 | 101010 |
Color Harmonies of #27D403
Complementary color
Monochromatic Colors of #27D403
Black with #27D403
Text Example
Text Example
White with #27D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D403; }
p { color: rgb(39,212,3); }
H1.HeaderClassName
{
color: #27D403;
}
.AnyTagClassName
{
color: #27D403;
}
</style>
background-color css
<style>
a { background-color: #27D403; }
a { background-color: rgb(39,212,3); }
div.DivClassName
{
background-color: #27D403;
}
.BgClassName
{
background-color: #27D403;
}
</style>
border-color css
<style>
span { border-color: #27D403; }
span { border-color: rgb(39,212,3); }
td.TdClassName
{
border-color: #27D403;
}
.TagClassName
{
border-color: #27D403;
}
</style>