Shades of Harlequin #27F30D
Tints of Harlequin #27F30D
RGB
CMYK
RGB Variations
Color information
#27F30D (or 0x27F30D) is known color: Harlequin. HEX triplet: 27, F3 and 0D. RGB value is (39,243,13). Sum of RGB (Red+Green+Blue) = 39+243+13=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 243 (95.31% from 255 or 82.37% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 243 - color contains mainly: green. Hex color #27F30D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F30D is #D80CF2. Grayscale: #9C9C9C. Windows color (decimal): -14159091 or 914215. OLE color: 914215.
HSL color Cylindrical-coordinate representation of color #27F30D: hue angle of 113.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27F30D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 243 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.05 |
| HSL | 113.22º | 0.91% | 0.5% | - |
| HSV(B) | 113.22º | 0.95% | 0.95% | - |
| XYZ | 32.96 | 64.56 | 11.11 | - |
| YUV | 155.78 | 47.41 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 243 | 13 | 0.84 | 0 | 0.95 | 0.05 | 113.22 | 0.91 | 0.5 |
| Hex | 27 | F3 | D | 54 | 0 | 5F | 5 | 71 | 5B | 32 |
| Octal | 47 | 363 | 15 | 124 | 0 | 137 | 5 | 161 | 133 | 62 |
| Binary | 100111 | 11110011 | 1101 | 1010100 | 0 | 1011111 | 101 | 1110001 | 1011011 | 110010 |
Color Harmonies of #27F30D
Complementary color
Monochromatic Colors of #27F30D
Black with #27F30D
Text Example
Text Example
White with #27F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F30D; }
p { color: rgb(39,243,13); }
H1.HeaderClassName
{
color: #27F30D;
}
.AnyTagClassName
{
color: #27F30D;
}
</style>
background-color css
<style>
a { background-color: #27F30D; }
a { background-color: rgb(39,243,13); }
div.DivClassName
{
background-color: #27F30D;
}
.BgClassName
{
background-color: #27F30D;
}
</style>
border-color css
<style>
span { border-color: #27F30D; }
span { border-color: rgb(39,243,13); }
td.TdClassName
{
border-color: #27F30D;
}
.TagClassName
{
border-color: #27F30D;
}
</style>