Shades of Conifer #B1F84B
Tints of Conifer #B1F84B
RGB
CMYK
RGB Variations
Color information
#B1F84B (or 0xB1F84B) is known color: Conifer. HEX triplet: B1, F8 and 4B. RGB value is (177,248,75). Sum of RGB (Red+Green+Blue) = 177+248+75=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F84B is #4E07B4. Grayscale: #CFCFCF. Windows color (decimal): -5113781 or 4978865. OLE color: 4978865.
HSL color Cylindrical-coordinate representation of color #B1F84B: hue angle of 84.62º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1F84B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 75 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.03 |
| HSL | 84.62º | 0.93% | 0.63% | - |
| HSV(B) | 84.62º | 0.7% | 0.97% | - |
| XYZ | 52.97 | 76.99 | 18.73 | - |
| YUV | 207.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 75 | 0.29 | 0 | 0.70 | 0.03 | 84.62 | 0.93 | 0.63 |
| Hex | B1 | F8 | 4B | 1D | 0 | 46 | 3 | 55 | 5D | 3F |
| Octal | 261 | 370 | 113 | 35 | 0 | 106 | 3 | 125 | 135 | 77 |
| Binary | 10110001 | 11111000 | 1001011 | 11101 | 0 | 1000110 | 11 | 1010101 | 1011101 | 111111 |
Color Harmonies of #B1F84B
Complementary color
Monochromatic Colors of #B1F84B
Black with #B1F84B
Text Example
Text Example
White with #B1F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F84B; }
p { color: rgb(177,248,75); }
H1.HeaderClassName
{
color: #B1F84B;
}
.AnyTagClassName
{
color: #B1F84B;
}
</style>
background-color css
<style>
a { background-color: #B1F84B; }
a { background-color: rgb(177,248,75); }
div.DivClassName
{
background-color: #B1F84B;
}
.BgClassName
{
background-color: #B1F84B;
}
</style>
border-color css
<style>
span { border-color: #B1F84B; }
span { border-color: rgb(177,248,75); }
td.TdClassName
{
border-color: #B1F84B;
}
.TagClassName
{
border-color: #B1F84B;
}
</style>