Shades of Conifer #B1FF63
Tints of Conifer #B1FF63
RGB
CMYK
RGB Variations
Color information
#B1FF63 (or 0xB1FF63) is known color: Conifer. HEX triplet: B1, FF and 63. RGB value is (177,255,99). Sum of RGB (Red+Green+Blue) = 177+255+99=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF63 is #4E009C. Grayscale: #D6D6D6. Windows color (decimal): -5111965 or 6553521. OLE color: 6553521.
HSL color Cylindrical-coordinate representation of color #B1FF63: hue angle of 90º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1FF63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 99 | - |
| CMYK | 0.31 | 0 | 0.61 | 0 |
| HSL | 90º | 1% | 0.69% | - |
| HSV(B) | 90º | 0.61% | 1% | - |
| XYZ | 56.14 | 81.77 | 24.63 | - |
| YUV | 213.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 99 | 0.31 | 0 | 0.61 | 0 | 90 | 1 | 0.69 |
| Hex | B1 | FF | 63 | 1F | 0 | 3D | 0 | 5A | 64 | 45 |
| Octal | 261 | 377 | 143 | 37 | 0 | 75 | 0 | 132 | 144 | 105 |
| Binary | 10110001 | 11111111 | 1100011 | 11111 | 0 | 111101 | 0 | 1011010 | 1100100 | 1000101 |
Color Harmonies of #B1FF63
Complementary color
Monochromatic Colors of #B1FF63
Black with #B1FF63
Text Example
Text Example
White with #B1FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF63; }
p { color: rgb(177,255,99); }
H1.HeaderClassName
{
color: #B1FF63;
}
.AnyTagClassName
{
color: #B1FF63;
}
</style>
background-color css
<style>
a { background-color: #B1FF63; }
a { background-color: rgb(177,255,99); }
div.DivClassName
{
background-color: #B1FF63;
}
.BgClassName
{
background-color: #B1FF63;
}
</style>
border-color css
<style>
span { border-color: #B1FF63; }
span { border-color: rgb(177,255,99); }
td.TdClassName
{
border-color: #B1FF63;
}
.TagClassName
{
border-color: #B1FF63;
}
</style>