Shades of Conifer #B4FF55
Tints of Conifer #B4FF55
RGB
CMYK
RGB Variations
Color information
#B4FF55 (or 0xB4FF55) is known color: Conifer. HEX triplet: B4, FF and 55. RGB value is (180,255,85). Sum of RGB (Red+Green+Blue) = 180+255+85=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF55 is #4B00AA. Grayscale: #D5D5D5. Windows color (decimal): -4915371 or 5636020. OLE color: 5636020.
HSL color Cylindrical-coordinate representation of color #B4FF55: hue angle of 86.47º 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 #B4FF55 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 85 | - |
| CMYK | 0.29 | 0 | 0.67 | 0 |
| HSL | 86.47º | 1% | 0.67% | - |
| HSV(B) | 86.47º | 0.67% | 1% | - |
| XYZ | 56.22 | 81.88 | 21.44 | - |
| YUV | 213.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 85 | 0.29 | 0 | 0.67 | 0 | 86.47 | 1 | 0.67 |
| Hex | B4 | FF | 55 | 1D | 0 | 43 | 0 | 56 | 64 | 43 |
| Octal | 264 | 377 | 125 | 35 | 0 | 103 | 0 | 126 | 144 | 103 |
| Binary | 10110100 | 11111111 | 1010101 | 11101 | 0 | 1000011 | 0 | 1010110 | 1100100 | 1000011 |
Color Harmonies of #B4FF55
Complementary color
Monochromatic Colors of #B4FF55
Black with #B4FF55
Text Example
Text Example
White with #B4FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FF55; }
p { color: rgb(180,255,85); }
H1.HeaderClassName
{
color: #B4FF55;
}
.AnyTagClassName
{
color: #B4FF55;
}
</style>
background-color css
<style>
a { background-color: #B4FF55; }
a { background-color: rgb(180,255,85); }
div.DivClassName
{
background-color: #B4FF55;
}
.BgClassName
{
background-color: #B4FF55;
}
</style>
border-color css
<style>
span { border-color: #B4FF55; }
span { border-color: rgb(180,255,85); }
td.TdClassName
{
border-color: #B4FF55;
}
.TagClassName
{
border-color: #B4FF55;
}
</style>