Shades of Malachite #0BE64C
Tints of Malachite #0BE64C
RGB
CMYK
RGB Variations
Color information
#0BE64C (or 0x0BE64C) is known color: Malachite. HEX triplet: 0B, E6 and 4C. RGB value is (11,230,76). Sum of RGB (Red+Green+Blue) = 11+230+76=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 230 (90.23% from 255 or 72.56% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE64C is #F419B3. Grayscale: #939393. Windows color (decimal): -15997364 or 5039627. OLE color: 5039627.
HSL color Cylindrical-coordinate representation of color #0BE64C: hue angle of 137.81º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE64C is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 76 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.10 |
| HSL | 137.81º | 0.91% | 0.47% | - |
| HSV(B) | 137.81º | 0.95% | 0.9% | - |
| XYZ | 29.74 | 57.19 | 16.31 | - |
| YUV | 146.96 | 87.95 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 76 | 0.95 | 0 | 0.67 | 0.10 | 137.81 | 0.91 | 0.47 |
| Hex | B | E6 | 4C | 5F | 0 | 43 | A | 8A | 5B | 2F |
| Octal | 13 | 346 | 114 | 137 | 0 | 103 | 12 | 212 | 133 | 57 |
| Binary | 1011 | 11100110 | 1001100 | 1011111 | 0 | 1000011 | 1010 | 10001010 | 1011011 | 101111 |
Color Harmonies of #0BE64C
Complementary color
Monochromatic Colors of #0BE64C
Black with #0BE64C
Text Example
Text Example
White with #0BE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE64C; }
p { color: rgb(11,230,76); }
H1.HeaderClassName
{
color: #0BE64C;
}
.AnyTagClassName
{
color: #0BE64C;
}
</style>
background-color css
<style>
a { background-color: #0BE64C; }
a { background-color: rgb(11,230,76); }
div.DivClassName
{
background-color: #0BE64C;
}
.BgClassName
{
background-color: #0BE64C;
}
</style>
border-color css
<style>
span { border-color: #0BE64C; }
span { border-color: rgb(11,230,76); }
td.TdClassName
{
border-color: #0BE64C;
}
.TagClassName
{
border-color: #0BE64C;
}
</style>