Shades of Malachite #0DF83D
Tints of Malachite #0DF83D
RGB
CMYK
RGB Variations
Color information
#0DF83D (or 0x0DF83D) is known color: Malachite. HEX triplet: 0D, F8 and 3D. RGB value is (13,248,61). Sum of RGB (Red+Green+Blue) = 13+248+61=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 248 (97.27% from 255 or 77.02% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF83D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF83D is #F207C2. Grayscale: #9C9C9C. Windows color (decimal): -15861699 or 4061197. OLE color: 4061197.
HSL color Cylindrical-coordinate representation of color #0DF83D: hue angle of 132.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF83D is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 61 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.03 |
| HSL | 132.26º | 0.94% | 0.51% | - |
| HSV(B) | 132.26º | 0.95% | 0.97% | - |
| XYZ | 34.58 | 67.56 | 15.63 | - |
| YUV | 156.42 | 74.14 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 61 | 0.95 | 0 | 0.75 | 0.03 | 132.26 | 0.94 | 0.51 |
| Hex | D | F8 | 3D | 5F | 0 | 4B | 3 | 84 | 5E | 33 |
| Octal | 15 | 370 | 75 | 137 | 0 | 113 | 3 | 204 | 136 | 63 |
| Binary | 1101 | 11111000 | 111101 | 1011111 | 0 | 1001011 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0DF83D
Complementary color
Monochromatic Colors of #0DF83D
Black with #0DF83D
Text Example
Text Example
White with #0DF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF83D; }
p { color: rgb(13,248,61); }
H1.HeaderClassName
{
color: #0DF83D;
}
.AnyTagClassName
{
color: #0DF83D;
}
</style>
background-color css
<style>
a { background-color: #0DF83D; }
a { background-color: rgb(13,248,61); }
div.DivClassName
{
background-color: #0DF83D;
}
.BgClassName
{
background-color: #0DF83D;
}
</style>
border-color css
<style>
span { border-color: #0DF83D; }
span { border-color: rgb(13,248,61); }
td.TdClassName
{
border-color: #0DF83D;
}
.TagClassName
{
border-color: #0DF83D;
}
</style>