Shades of Malachite #0BF93D
Tints of Malachite #0BF93D
RGB
CMYK
RGB Variations
Color information
#0BF93D (or 0x0BF93D) is known color: Malachite. HEX triplet: 0B, F9 and 3D. RGB value is (11,249,61). Sum of RGB (Red+Green+Blue) = 11+249+61=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 249 (97.66% from 255 or 77.57% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF93D is #F406C2. Grayscale: #9C9C9C. Windows color (decimal): -15992515 or 4061451. OLE color: 4061451.
HSL color Cylindrical-coordinate representation of color #0BF93D: hue angle of 132.61º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF93D is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 61 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.02 |
| HSL | 132.61º | 0.95% | 0.51% | - |
| HSV(B) | 132.61º | 0.96% | 0.98% | - |
| XYZ | 34.86 | 68.16 | 15.73 | - |
| YUV | 156.41 | 74.15 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 61 | 0.96 | 0 | 0.76 | 0.02 | 132.61 | 0.95 | 0.51 |
| Hex | B | F9 | 3D | 60 | 0 | 4C | 2 | 85 | 5F | 33 |
| Octal | 13 | 371 | 75 | 140 | 0 | 114 | 2 | 205 | 137 | 63 |
| Binary | 1011 | 11111001 | 111101 | 1100000 | 0 | 1001100 | 10 | 10000101 | 1011111 | 110011 |
Color Harmonies of #0BF93D
Complementary color
Monochromatic Colors of #0BF93D
Black with #0BF93D
Text Example
Text Example
White with #0BF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF93D; }
p { color: rgb(11,249,61); }
H1.HeaderClassName
{
color: #0BF93D;
}
.AnyTagClassName
{
color: #0BF93D;
}
</style>
background-color css
<style>
a { background-color: #0BF93D; }
a { background-color: rgb(11,249,61); }
div.DivClassName
{
background-color: #0BF93D;
}
.BgClassName
{
background-color: #0BF93D;
}
</style>
border-color css
<style>
span { border-color: #0BF93D; }
span { border-color: rgb(11,249,61); }
td.TdClassName
{
border-color: #0BF93D;
}
.TagClassName
{
border-color: #0BF93D;
}
</style>