Shades of Conifer #B0FE5B
Tints of Conifer #B0FE5B
RGB
CMYK
RGB Variations
Color information
#B0FE5B (or 0xB0FE5B) is known color: Conifer. HEX triplet: B0, FE and 5B. RGB value is (176,254,91). Sum of RGB (Red+Green+Blue) = 176+254+91=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE5B is #4F01A4. Grayscale: #D4D4D4. Windows color (decimal): -5177765 or 6028976. OLE color: 6028976.
HSL color Cylindrical-coordinate representation of color #B0FE5B: hue angle of 88.71º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0FE5B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 91 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.00 |
| HSL | 88.71º | 0.99% | 0.68% | - |
| HSV(B) | 88.71º | 0.64% | 1% | - |
| XYZ | 55.23 | 80.87 | 22.6 | - |
| YUV | 212.1 | 59.66 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 91 | 0.31 | 0 | 0.64 | 0.00 | 88.71 | 0.99 | 0.68 |
| Hex | B0 | FE | 5B | 1F | 0 | 40 | 0 | 59 | 63 | 44 |
| Octal | 260 | 376 | 133 | 37 | 0 | 100 | 0 | 131 | 143 | 104 |
| Binary | 10110000 | 11111110 | 1011011 | 11111 | 0 | 1000000 | 0 | 1011001 | 1100011 | 1000100 |
Color Harmonies of #B0FE5B
Complementary color
Monochromatic Colors of #B0FE5B
Black with #B0FE5B
Text Example
Text Example
White with #B0FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE5B; }
p { color: rgb(176,254,91); }
H1.HeaderClassName
{
color: #B0FE5B;
}
.AnyTagClassName
{
color: #B0FE5B;
}
</style>
background-color css
<style>
a { background-color: #B0FE5B; }
a { background-color: rgb(176,254,91); }
div.DivClassName
{
background-color: #B0FE5B;
}
.BgClassName
{
background-color: #B0FE5B;
}
</style>
border-color css
<style>
span { border-color: #B0FE5B; }
span { border-color: rgb(176,254,91); }
td.TdClassName
{
border-color: #B0FE5B;
}
.TagClassName
{
border-color: #B0FE5B;
}
</style>