Shades of Conifer #B0FB5B
Tints of Conifer #B0FB5B
RGB
CMYK
RGB Variations
Color information
#B0FB5B (or 0xB0FB5B) is known color: Conifer. HEX triplet: B0, FB and 5B. RGB value is (176,251,91). Sum of RGB (Red+Green+Blue) = 176+251+91=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB5B is #4F04A4. Grayscale: #D2D2D2. Windows color (decimal): -5178533 or 6028208. OLE color: 6028208.
HSL color Cylindrical-coordinate representation of color #B0FB5B: hue angle of 88.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0FB5B is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 91 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.02 |
| HSL | 88.13º | 0.95% | 0.67% | - |
| HSV(B) | 88.13º | 0.64% | 0.98% | - |
| XYZ | 54.29 | 78.98 | 22.28 | - |
| YUV | 210.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 91 | 0.30 | 0 | 0.64 | 0.02 | 88.13 | 0.95 | 0.67 |
| Hex | B0 | FB | 5B | 1E | 0 | 40 | 2 | 58 | 5F | 43 |
| Octal | 260 | 373 | 133 | 36 | 0 | 100 | 2 | 130 | 137 | 103 |
| Binary | 10110000 | 11111011 | 1011011 | 11110 | 0 | 1000000 | 10 | 1011000 | 1011111 | 1000011 |
Color Harmonies of #B0FB5B
Complementary color
Monochromatic Colors of #B0FB5B
Black with #B0FB5B
Text Example
Text Example
White with #B0FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB5B; }
p { color: rgb(176,251,91); }
H1.HeaderClassName
{
color: #B0FB5B;
}
.AnyTagClassName
{
color: #B0FB5B;
}
</style>
background-color css
<style>
a { background-color: #B0FB5B; }
a { background-color: rgb(176,251,91); }
div.DivClassName
{
background-color: #B0FB5B;
}
.BgClassName
{
background-color: #B0FB5B;
}
</style>
border-color css
<style>
span { border-color: #B0FB5B; }
span { border-color: rgb(176,251,91); }
td.TdClassName
{
border-color: #B0FB5B;
}
.TagClassName
{
border-color: #B0FB5B;
}
</style>