Shades of Conifer #B0FF55
Tints of Conifer #B0FF55
RGB
CMYK
RGB Variations
Color information
#B0FF55 (or 0xB0FF55) is known color: Conifer. HEX triplet: B0, FF and 55. RGB value is (176,255,85). Sum of RGB (Red+Green+Blue) = 176+255+85=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF55 is #4F00AA. Grayscale: #D4D4D4. Windows color (decimal): -5177515 or 5636016. OLE color: 5636016.
HSL color Cylindrical-coordinate representation of color #B0FF55: hue angle of 87.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0FF55 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 85 | - |
| CMYK | 0.31 | 0 | 0.67 | 0 |
| HSL | 87.88º | 1% | 0.67% | - |
| HSV(B) | 87.88º | 0.67% | 1% | - |
| XYZ | 55.3 | 81.41 | 21.39 | - |
| YUV | 212 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 85 | 0.31 | 0 | 0.67 | 0 | 87.88 | 1 | 0.67 |
| Hex | B0 | FF | 55 | 1F | 0 | 43 | 0 | 58 | 64 | 43 |
| Octal | 260 | 377 | 125 | 37 | 0 | 103 | 0 | 130 | 144 | 103 |
| Binary | 10110000 | 11111111 | 1010101 | 11111 | 0 | 1000011 | 0 | 1011000 | 1100100 | 1000011 |
Color Harmonies of #B0FF55
Complementary color
Monochromatic Colors of #B0FF55
Black with #B0FF55
Text Example
Text Example
White with #B0FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF55; }
p { color: rgb(176,255,85); }
H1.HeaderClassName
{
color: #B0FF55;
}
.AnyTagClassName
{
color: #B0FF55;
}
</style>
background-color css
<style>
a { background-color: #B0FF55; }
a { background-color: rgb(176,255,85); }
div.DivClassName
{
background-color: #B0FF55;
}
.BgClassName
{
background-color: #B0FF55;
}
</style>
border-color css
<style>
span { border-color: #B0FF55; }
span { border-color: rgb(176,255,85); }
td.TdClassName
{
border-color: #B0FF55;
}
.TagClassName
{
border-color: #B0FF55;
}
</style>