Shades of Malachite #0DF93D
Tints of Malachite #0DF93D
RGB
CMYK
RGB Variations
Color information
#0DF93D (or 0x0DF93D) is known color: Malachite. HEX triplet: 0D, F9 and 3D. RGB value is (13,249,61). Sum of RGB (Red+Green+Blue) = 13+249+61=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF93D is #F206C2. Grayscale: #9D9D9D. Windows color (decimal): -15861443 or 4061453. OLE color: 4061453.
HSL color Cylindrical-coordinate representation of color #0DF93D: hue angle of 132.2º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF93D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 61 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.02 |
| HSL | 132.2º | 0.95% | 0.51% | - |
| HSV(B) | 132.2º | 0.95% | 0.98% | - |
| XYZ | 34.88 | 68.17 | 15.74 | - |
| YUV | 157 | 73.81 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 61 | 0.95 | 0 | 0.76 | 0.02 | 132.2 | 0.95 | 0.51 |
| Hex | D | F9 | 3D | 5F | 0 | 4C | 2 | 84 | 5F | 33 |
| Octal | 15 | 371 | 75 | 137 | 0 | 114 | 2 | 204 | 137 | 63 |
| Binary | 1101 | 11111001 | 111101 | 1011111 | 0 | 1001100 | 10 | 10000100 | 1011111 | 110011 |
Color Harmonies of #0DF93D
Complementary color
Monochromatic Colors of #0DF93D
Black with #0DF93D
Text Example
Text Example
White with #0DF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF93D; }
p { color: rgb(13,249,61); }
H1.HeaderClassName
{
color: #0DF93D;
}
.AnyTagClassName
{
color: #0DF93D;
}
</style>
background-color css
<style>
a { background-color: #0DF93D; }
a { background-color: rgb(13,249,61); }
div.DivClassName
{
background-color: #0DF93D;
}
.BgClassName
{
background-color: #0DF93D;
}
</style>
border-color css
<style>
span { border-color: #0DF93D; }
span { border-color: rgb(13,249,61); }
td.TdClassName
{
border-color: #0DF93D;
}
.TagClassName
{
border-color: #0DF93D;
}
</style>