Shades of Malachite #0DEF54
Tints of Malachite #0DEF54
RGB
CMYK
RGB Variations
Color information
#0DEF54 (or 0x0DEF54) is known color: Malachite. HEX triplet: 0D, EF and 54. RGB value is (13,239,84). Sum of RGB (Red+Green+Blue) = 13+239+84=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEF54 is #F210AB. Grayscale: #9A9A9A. Windows color (decimal): -15863980 or 5566221. OLE color: 5566221.
HSL color Cylindrical-coordinate representation of color #0DEF54: hue angle of 138.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEF54 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 84 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.06 |
| HSL | 138.85º | 0.9% | 0.49% | - |
| HSV(B) | 138.85º | 0.95% | 0.94% | - |
| XYZ | 32.63 | 62.46 | 18.72 | - |
| YUV | 153.76 | 88.63 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 84 | 0.95 | 0 | 0.65 | 0.06 | 138.85 | 0.9 | 0.49 |
| Hex | D | EF | 54 | 5F | 0 | 41 | 6 | 8B | 5A | 31 |
| Octal | 15 | 357 | 124 | 137 | 0 | 101 | 6 | 213 | 132 | 61 |
| Binary | 1101 | 11101111 | 1010100 | 1011111 | 0 | 1000001 | 110 | 10001011 | 1011010 | 110001 |
Color Harmonies of #0DEF54
Complementary color
Monochromatic Colors of #0DEF54
Black with #0DEF54
Text Example
Text Example
White with #0DEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEF54; }
p { color: rgb(13,239,84); }
H1.HeaderClassName
{
color: #0DEF54;
}
.AnyTagClassName
{
color: #0DEF54;
}
</style>
background-color css
<style>
a { background-color: #0DEF54; }
a { background-color: rgb(13,239,84); }
div.DivClassName
{
background-color: #0DEF54;
}
.BgClassName
{
background-color: #0DEF54;
}
</style>
border-color css
<style>
span { border-color: #0DEF54; }
span { border-color: rgb(13,239,84); }
td.TdClassName
{
border-color: #0DEF54;
}
.TagClassName
{
border-color: #0DEF54;
}
</style>