Shades of Malachite #0DEE4B
Tints of Malachite #0DEE4B
RGB
CMYK
RGB Variations
Color information
#0DEE4B (or 0x0DEE4B) is known color: Malachite. HEX triplet: 0D, EE and 4B. RGB value is (13,238,75). Sum of RGB (Red+Green+Blue) = 13+238+75=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 238 (93.36% from 255 or 73.01% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEE4B is #F211B4. Grayscale: #989898. Windows color (decimal): -15864245 or 4976141. OLE color: 4976141.
HSL color Cylindrical-coordinate representation of color #0DEE4B: hue angle of 136.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEE4B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 75 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.07 |
| HSL | 136.53º | 0.9% | 0.49% | - |
| HSV(B) | 136.53º | 0.95% | 0.93% | - |
| XYZ | 32.01 | 61.74 | 16.89 | - |
| YUV | 152.14 | 84.46 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 75 | 0.95 | 0 | 0.68 | 0.07 | 136.53 | 0.9 | 0.49 |
| Hex | D | EE | 4B | 5F | 0 | 44 | 7 | 89 | 5A | 31 |
| Octal | 15 | 356 | 113 | 137 | 0 | 104 | 7 | 211 | 132 | 61 |
| Binary | 1101 | 11101110 | 1001011 | 1011111 | 0 | 1000100 | 111 | 10001001 | 1011010 | 110001 |
Color Harmonies of #0DEE4B
Complementary color
Monochromatic Colors of #0DEE4B
Black with #0DEE4B
Text Example
Text Example
White with #0DEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEE4B; }
p { color: rgb(13,238,75); }
H1.HeaderClassName
{
color: #0DEE4B;
}
.AnyTagClassName
{
color: #0DEE4B;
}
</style>
background-color css
<style>
a { background-color: #0DEE4B; }
a { background-color: rgb(13,238,75); }
div.DivClassName
{
background-color: #0DEE4B;
}
.BgClassName
{
background-color: #0DEE4B;
}
</style>
border-color css
<style>
span { border-color: #0DEE4B; }
span { border-color: rgb(13,238,75); }
td.TdClassName
{
border-color: #0DEE4B;
}
.TagClassName
{
border-color: #0DEE4B;
}
</style>