Shades of Harlequin #30DE0F
Tints of Harlequin #30DE0F
RGB
CMYK
RGB Variations
Color information
#30DE0F (or 0x30DE0F) is known color: Harlequin. HEX triplet: 30, DE and 0F. RGB value is (48,222,15). Sum of RGB (Red+Green+Blue) = 48+222+15=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DE0F is #CF21F0. Grayscale: #939393. Windows color (decimal): -13574641 or 1039920. OLE color: 1039920.
HSL color Cylindrical-coordinate representation of color #30DE0F: hue angle of 110.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30DE0F is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 15 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.13 |
| HSL | 110.43º | 0.87% | 0.46% | - |
| HSV(B) | 110.43º | 0.93% | 0.87% | - |
| XYZ | 27.43 | 52.91 | 9.22 | - |
| YUV | 146.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 15 | 0.78 | 0 | 0.93 | 0.13 | 110.43 | 0.87 | 0.46 |
| Hex | 30 | DE | F | 4E | 0 | 5D | D | 6E | 57 | 2E |
| Octal | 60 | 336 | 17 | 116 | 0 | 135 | 15 | 156 | 127 | 56 |
| Binary | 110000 | 11011110 | 1111 | 1001110 | 0 | 1011101 | 1101 | 1101110 | 1010111 | 101110 |
Color Harmonies of #30DE0F
Complementary color
Monochromatic Colors of #30DE0F
Black with #30DE0F
Text Example
Text Example
White with #30DE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DE0F; }
p { color: rgb(48,222,15); }
H1.HeaderClassName
{
color: #30DE0F;
}
.AnyTagClassName
{
color: #30DE0F;
}
</style>
background-color css
<style>
a { background-color: #30DE0F; }
a { background-color: rgb(48,222,15); }
div.DivClassName
{
background-color: #30DE0F;
}
.BgClassName
{
background-color: #30DE0F;
}
</style>
border-color css
<style>
span { border-color: #30DE0F; }
span { border-color: rgb(48,222,15); }
td.TdClassName
{
border-color: #30DE0F;
}
.TagClassName
{
border-color: #30DE0F;
}
</style>