Shades of Dark Pastel Green #0FBF51
Tints of Dark Pastel Green #0FBF51
RGB
CMYK
RGB Variations
Color information
#0FBF51 (or 0x0FBF51) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 51. RGB value is (15,191,81). Sum of RGB (Red+Green+Blue) = 15+191+81=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF51 is #F040AE. Grayscale: #7E7E7E. Windows color (decimal): -15745199 or 5357327. OLE color: 5357327.
HSL color Cylindrical-coordinate representation of color #0FBF51: hue angle of 142.5º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF51 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 81 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.25 |
| HSL | 142.5º | 0.85% | 0.4% | - |
| HSV(B) | 142.5º | 0.92% | 0.75% | - |
| XYZ | 20.31 | 37.96 | 14.04 | - |
| YUV | 125.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 81 | 0.92 | 0 | 0.58 | 0.25 | 142.5 | 0.85 | 0.4 |
| Hex | F | BF | 51 | 5C | 0 | 3A | 19 | 8E | 55 | 28 |
| Octal | 17 | 277 | 121 | 134 | 0 | 72 | 31 | 216 | 125 | 50 |
| Binary | 1111 | 10111111 | 1010001 | 1011100 | 0 | 111010 | 11001 | 10001110 | 1010101 | 101000 |
Color Harmonies of #0FBF51
Complementary color
Monochromatic Colors of #0FBF51
Black with #0FBF51
Text Example
Text Example
White with #0FBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF51; }
p { color: rgb(15,191,81); }
H1.HeaderClassName
{
color: #0FBF51;
}
.AnyTagClassName
{
color: #0FBF51;
}
</style>
background-color css
<style>
a { background-color: #0FBF51; }
a { background-color: rgb(15,191,81); }
div.DivClassName
{
background-color: #0FBF51;
}
.BgClassName
{
background-color: #0FBF51;
}
</style>
border-color css
<style>
span { border-color: #0FBF51; }
span { border-color: rgb(15,191,81); }
td.TdClassName
{
border-color: #0FBF51;
}
.TagClassName
{
border-color: #0FBF51;
}
</style>