Shades of Harlequin #35ED0D
Tints of Harlequin #35ED0D
RGB
CMYK
RGB Variations
Color information
#35ED0D (or 0x35ED0D) is known color: Harlequin. HEX triplet: 35, ED and 0D. RGB value is (53,237,13). Sum of RGB (Red+Green+Blue) = 53+237+13=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 237 (92.97% from 255 or 78.22% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35ED0D is #CA12F2. Grayscale: #9D9D9D. Windows color (decimal): -13243123 or 912693. OLE color: 912693.
HSL color Cylindrical-coordinate representation of color #35ED0D: hue angle of 109.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35ED0D is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 13 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.07 |
| HSL | 109.29º | 0.9% | 0.49% | - |
| HSV(B) | 109.29º | 0.95% | 0.93% | - |
| XYZ | 31.83 | 61.35 | 10.55 | - |
| YUV | 156.45 | 47.04 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 13 | 0.78 | 0 | 0.95 | 0.07 | 109.29 | 0.9 | 0.49 |
| Hex | 35 | ED | D | 4E | 0 | 5F | 7 | 6D | 5A | 31 |
| Octal | 65 | 355 | 15 | 116 | 0 | 137 | 7 | 155 | 132 | 61 |
| Binary | 110101 | 11101101 | 1101 | 1001110 | 0 | 1011111 | 111 | 1101101 | 1011010 | 110001 |
Color Harmonies of #35ED0D
Complementary color
Monochromatic Colors of #35ED0D
Black with #35ED0D
Text Example
Text Example
White with #35ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ED0D; }
p { color: rgb(53,237,13); }
H1.HeaderClassName
{
color: #35ED0D;
}
.AnyTagClassName
{
color: #35ED0D;
}
</style>
background-color css
<style>
a { background-color: #35ED0D; }
a { background-color: rgb(53,237,13); }
div.DivClassName
{
background-color: #35ED0D;
}
.BgClassName
{
background-color: #35ED0D;
}
</style>
border-color css
<style>
span { border-color: #35ED0D; }
span { border-color: rgb(53,237,13); }
td.TdClassName
{
border-color: #35ED0D;
}
.TagClassName
{
border-color: #35ED0D;
}
</style>