Shades of Harlequin #30ED05
Tints of Harlequin #30ED05
RGB
CMYK
RGB Variations
Color information
#30ED05 (or 0x30ED05) is known color: Harlequin. HEX triplet: 30, ED and 05. RGB value is (48,237,5). Sum of RGB (Red+Green+Blue) = 48+237+5=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 237 (92.97% from 255 or 81.72% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30ED05 is #CF12FA. Grayscale: #9A9A9A. Windows color (decimal): -13570811 or 388400. OLE color: 388400.
HSL color Cylindrical-coordinate representation of color #30ED05: hue angle of 108.88º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30ED05 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.07 |
| HSL | 108.88º | 0.96% | 0.47% | - |
| HSV(B) | 108.88º | 0.98% | 0.93% | - |
| XYZ | 31.53 | 61.21 | 10.3 | - |
| YUV | 154.04 | 43.88 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 5 | 0.80 | 0 | 0.98 | 0.07 | 108.88 | 0.96 | 0.47 |
| Hex | 30 | ED | 5 | 50 | 0 | 62 | 7 | 6D | 60 | 2F |
| Octal | 60 | 355 | 5 | 120 | 0 | 142 | 7 | 155 | 140 | 57 |
| Binary | 110000 | 11101101 | 101 | 1010000 | 0 | 1100010 | 111 | 1101101 | 1100000 | 101111 |
Color Harmonies of #30ED05
Complementary color
Monochromatic Colors of #30ED05
Black with #30ED05
Text Example
Text Example
White with #30ED05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ED05; }
p { color: rgb(48,237,5); }
H1.HeaderClassName
{
color: #30ED05;
}
.AnyTagClassName
{
color: #30ED05;
}
</style>
background-color css
<style>
a { background-color: #30ED05; }
a { background-color: rgb(48,237,5); }
div.DivClassName
{
background-color: #30ED05;
}
.BgClassName
{
background-color: #30ED05;
}
</style>
border-color css
<style>
span { border-color: #30ED05; }
span { border-color: rgb(48,237,5); }
td.TdClassName
{
border-color: #30ED05;
}
.TagClassName
{
border-color: #30ED05;
}
</style>