Shades of Conifer #B5FF55
Tints of Conifer #B5FF55
RGB
CMYK
RGB Variations
Color information
#B5FF55 (or 0xB5FF55) is known color: Conifer. HEX triplet: B5, FF and 55. RGB value is (181,255,85). Sum of RGB (Red+Green+Blue) = 181+255+85=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF55 is #4A00AA. Grayscale: #D6D6D6. Windows color (decimal): -4849835 or 5636021. OLE color: 5636021.
HSL color Cylindrical-coordinate representation of color #B5FF55: hue angle of 86.12º 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 #B5FF55 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 85 | - |
| CMYK | 0.29 | 0 | 0.67 | 0 |
| HSL | 86.12º | 1% | 0.67% | - |
| HSV(B) | 86.12º | 0.67% | 1% | - |
| XYZ | 56.46 | 82 | 21.45 | - |
| YUV | 213.49 | 55.48 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 85 | 0.29 | 0 | 0.67 | 0 | 86.12 | 1 | 0.67 |
| Hex | B5 | FF | 55 | 1D | 0 | 43 | 0 | 56 | 64 | 43 |
| Octal | 265 | 377 | 125 | 35 | 0 | 103 | 0 | 126 | 144 | 103 |
| Binary | 10110101 | 11111111 | 1010101 | 11101 | 0 | 1000011 | 0 | 1010110 | 1100100 | 1000011 |
Color Harmonies of #B5FF55
Complementary color
Monochromatic Colors of #B5FF55
Black with #B5FF55
Text Example
Text Example
White with #B5FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF55; }
p { color: rgb(181,255,85); }
H1.HeaderClassName
{
color: #B5FF55;
}
.AnyTagClassName
{
color: #B5FF55;
}
</style>
background-color css
<style>
a { background-color: #B5FF55; }
a { background-color: rgb(181,255,85); }
div.DivClassName
{
background-color: #B5FF55;
}
.BgClassName
{
background-color: #B5FF55;
}
</style>
border-color css
<style>
span { border-color: #B5FF55; }
span { border-color: rgb(181,255,85); }
td.TdClassName
{
border-color: #B5FF55;
}
.TagClassName
{
border-color: #B5FF55;
}
</style>