Shades of Malachite #0DFE3B
Tints of Malachite #0DFE3B
RGB
CMYK
RGB Variations
Color information
#0DFE3B (or 0x0DFE3B) is known color: Malachite. HEX triplet: 0D, FE and 3B. RGB value is (13,254,59). Sum of RGB (Red+Green+Blue) = 13+254+59=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 254 (99.61% from 255 or 77.91% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE3B is #F201C4. Grayscale: #A0A0A0. Windows color (decimal): -15860165 or 3931661. OLE color: 3931661.
HSL color Cylindrical-coordinate representation of color #0DFE3B: hue angle of 131.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE3B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 59 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.00 |
| HSL | 131.45º | 0.99% | 0.52% | - |
| HSV(B) | 131.45º | 0.95% | 1% | - |
| XYZ | 36.4 | 71.28 | 15.98 | - |
| YUV | 159.71 | 71.16 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 59 | 0.95 | 0 | 0.77 | 0.00 | 131.45 | 0.99 | 0.52 |
| Hex | D | FE | 3B | 5F | 0 | 4D | 0 | 83 | 63 | 34 |
| Octal | 15 | 376 | 73 | 137 | 0 | 115 | 0 | 203 | 143 | 64 |
| Binary | 1101 | 11111110 | 111011 | 1011111 | 0 | 1001101 | 0 | 10000011 | 1100011 | 110100 |
Color Harmonies of #0DFE3B
Complementary color
Monochromatic Colors of #0DFE3B
Black with #0DFE3B
Text Example
Text Example
White with #0DFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE3B; }
p { color: rgb(13,254,59); }
H1.HeaderClassName
{
color: #0DFE3B;
}
.AnyTagClassName
{
color: #0DFE3B;
}
</style>
background-color css
<style>
a { background-color: #0DFE3B; }
a { background-color: rgb(13,254,59); }
div.DivClassName
{
background-color: #0DFE3B;
}
.BgClassName
{
background-color: #0DFE3B;
}
</style>
border-color css
<style>
span { border-color: #0DFE3B; }
span { border-color: rgb(13,254,59); }
td.TdClassName
{
border-color: #0DFE3B;
}
.TagClassName
{
border-color: #0DFE3B;
}
</style>