Shades of Conifer #B3FF55
Tints of Conifer #B3FF55
RGB
CMYK
RGB Variations
Color information
#B3FF55 (or 0xB3FF55) is known color: Conifer. HEX triplet: B3, FF and 55. RGB value is (179,255,85). Sum of RGB (Red+Green+Blue) = 179+255+85=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF55 is #4C00AA. Grayscale: #D5D5D5. Windows color (decimal): -4980907 or 5636019. OLE color: 5636019.
HSL color Cylindrical-coordinate representation of color #B3FF55: hue angle of 86.82º 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 #B3FF55 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 85 | - |
| CMYK | 0.30 | 0 | 0.67 | 0 |
| HSL | 86.82º | 1% | 0.67% | - |
| HSV(B) | 86.82º | 0.67% | 1% | - |
| XYZ | 55.99 | 81.76 | 21.42 | - |
| YUV | 212.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 85 | 0.30 | 0 | 0.67 | 0 | 86.82 | 1 | 0.67 |
| Hex | B3 | FF | 55 | 1E | 0 | 43 | 0 | 57 | 64 | 43 |
| Octal | 263 | 377 | 125 | 36 | 0 | 103 | 0 | 127 | 144 | 103 |
| Binary | 10110011 | 11111111 | 1010101 | 11110 | 0 | 1000011 | 0 | 1010111 | 1100100 | 1000011 |
Color Harmonies of #B3FF55
Complementary color
Monochromatic Colors of #B3FF55
Black with #B3FF55
Text Example
Text Example
White with #B3FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF55; }
p { color: rgb(179,255,85); }
H1.HeaderClassName
{
color: #B3FF55;
}
.AnyTagClassName
{
color: #B3FF55;
}
</style>
background-color css
<style>
a { background-color: #B3FF55; }
a { background-color: rgb(179,255,85); }
div.DivClassName
{
background-color: #B3FF55;
}
.BgClassName
{
background-color: #B3FF55;
}
</style>
border-color css
<style>
span { border-color: #B3FF55; }
span { border-color: rgb(179,255,85); }
td.TdClassName
{
border-color: #B3FF55;
}
.TagClassName
{
border-color: #B3FF55;
}
</style>