Shades of Conifer #B3FF56
Tints of Conifer #B3FF56
RGB
CMYK
RGB Variations
Color information
#B3FF56 (or 0xB3FF56) is known color: Conifer. HEX triplet: B3, FF and 56. RGB value is (179,255,86). Sum of RGB (Red+Green+Blue) = 179+255+86=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF56 is #4C00A9. Grayscale: #D5D5D5. Windows color (decimal): -4980906 or 5701555. OLE color: 5701555.
HSL color Cylindrical-coordinate representation of color #B3FF56: hue angle of 86.98º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3FF56 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 86 | - |
| CMYK | 0.30 | 0 | 0.66 | 0 |
| HSL | 86.98º | 1% | 0.67% | - |
| HSV(B) | 86.98º | 0.66% | 1% | - |
| XYZ | 56.03 | 81.78 | 21.64 | - |
| YUV | 213.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 86 | 0.30 | 0 | 0.66 | 0 | 86.98 | 1 | 0.67 |
| Hex | B3 | FF | 56 | 1E | 0 | 42 | 0 | 57 | 64 | 43 |
| Octal | 263 | 377 | 126 | 36 | 0 | 102 | 0 | 127 | 144 | 103 |
| Binary | 10110011 | 11111111 | 1010110 | 11110 | 0 | 1000010 | 0 | 1010111 | 1100100 | 1000011 |
Color Harmonies of #B3FF56
Complementary color
Monochromatic Colors of #B3FF56
Black with #B3FF56
Text Example
Text Example
White with #B3FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF56; }
p { color: rgb(179,255,86); }
H1.HeaderClassName
{
color: #B3FF56;
}
.AnyTagClassName
{
color: #B3FF56;
}
</style>
background-color css
<style>
a { background-color: #B3FF56; }
a { background-color: rgb(179,255,86); }
div.DivClassName
{
background-color: #B3FF56;
}
.BgClassName
{
background-color: #B3FF56;
}
</style>
border-color css
<style>
span { border-color: #B3FF56; }
span { border-color: rgb(179,255,86); }
td.TdClassName
{
border-color: #B3FF56;
}
.TagClassName
{
border-color: #B3FF56;
}
</style>