Shades of Conifer #B1FA53
Tints of Conifer #B1FA53
RGB
CMYK
RGB Variations
Color information
#B1FA53 (or 0xB1FA53) is known color: Conifer. HEX triplet: B1, FA and 53. RGB value is (177,250,83). Sum of RGB (Red+Green+Blue) = 177+250+83=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA53 is #4E05AC. Grayscale: #D1D1D1. Windows color (decimal): -5113261 or 5503665. OLE color: 5503665.
HSL color Cylindrical-coordinate representation of color #B1FA53: hue angle of 86.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1FA53 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 83 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.02 |
| HSL | 86.23º | 0.94% | 0.65% | - |
| HSV(B) | 86.23º | 0.67% | 0.98% | - |
| XYZ | 53.88 | 78.34 | 20.47 | - |
| YUV | 209.14 | 56.82 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 83 | 0.29 | 0 | 0.67 | 0.02 | 86.23 | 0.94 | 0.65 |
| Hex | B1 | FA | 53 | 1D | 0 | 43 | 2 | 56 | 5E | 41 |
| Octal | 261 | 372 | 123 | 35 | 0 | 103 | 2 | 126 | 136 | 101 |
| Binary | 10110001 | 11111010 | 1010011 | 11101 | 0 | 1000011 | 10 | 1010110 | 1011110 | 1000001 |
Color Harmonies of #B1FA53
Complementary color
Monochromatic Colors of #B1FA53
Black with #B1FA53
Text Example
Text Example
White with #B1FA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FA53; }
p { color: rgb(177,250,83); }
H1.HeaderClassName
{
color: #B1FA53;
}
.AnyTagClassName
{
color: #B1FA53;
}
</style>
background-color css
<style>
a { background-color: #B1FA53; }
a { background-color: rgb(177,250,83); }
div.DivClassName
{
background-color: #B1FA53;
}
.BgClassName
{
background-color: #B1FA53;
}
</style>
border-color css
<style>
span { border-color: #B1FA53; }
span { border-color: rgb(177,250,83); }
td.TdClassName
{
border-color: #B1FA53;
}
.TagClassName
{
border-color: #B1FA53;
}
</style>