Shades of Conifer #B1F263
Tints of Conifer #B1F263
RGB
CMYK
RGB Variations
Color information
#B1F263 (or 0xB1F263) is known color: Conifer. HEX triplet: B1, F2 and 63. RGB value is (177,242,99). Sum of RGB (Red+Green+Blue) = 177+242+99=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F263 is #4E0D9C. Grayscale: #CECECE. Windows color (decimal): -5115293 or 6550193. OLE color: 6550193.
HSL color Cylindrical-coordinate representation of color #B1F263: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1F263 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 242 | 99 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.05 |
| HSL | 87.27º | 0.85% | 0.67% | - |
| HSV(B) | 87.27º | 0.59% | 0.95% | - |
| XYZ | 52.14 | 73.75 | 23.29 | - |
| YUV | 206.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 99 | 0.27 | 0 | 0.59 | 0.05 | 87.27 | 0.85 | 0.67 |
| Hex | B1 | F2 | 63 | 1B | 0 | 3B | 5 | 57 | 55 | 43 |
| Octal | 261 | 362 | 143 | 33 | 0 | 73 | 5 | 127 | 125 | 103 |
| Binary | 10110001 | 11110010 | 1100011 | 11011 | 0 | 111011 | 101 | 1010111 | 1010101 | 1000011 |
Color Harmonies of #B1F263
Complementary color
Monochromatic Colors of #B1F263
Black with #B1F263
Text Example
Text Example
White with #B1F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F263; }
p { color: rgb(177,242,99); }
H1.HeaderClassName
{
color: #B1F263;
}
.AnyTagClassName
{
color: #B1F263;
}
</style>
background-color css
<style>
a { background-color: #B1F263; }
a { background-color: rgb(177,242,99); }
div.DivClassName
{
background-color: #B1F263;
}
.BgClassName
{
background-color: #B1F263;
}
</style>
border-color css
<style>
span { border-color: #B1F263; }
span { border-color: rgb(177,242,99); }
td.TdClassName
{
border-color: #B1F263;
}
.TagClassName
{
border-color: #B1F263;
}
</style>