Shades of Conifer #B1F965
Tints of Conifer #B1F965
RGB
CMYK
RGB Variations
Color information
#B1F965 (or 0xB1F965) is known color: Conifer. HEX triplet: B1, F9 and 65. RGB value is (177,249,101). Sum of RGB (Red+Green+Blue) = 177+249+101=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F965 is #4E069A. Grayscale: #D3D3D3. Windows color (decimal): -5113499 or 6683057. OLE color: 6683057.
HSL color Cylindrical-coordinate representation of color #B1F965: hue angle of 89.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1F965 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 101 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.02 |
| HSL | 89.19º | 0.93% | 0.69% | - |
| HSV(B) | 89.19º | 0.59% | 0.98% | - |
| XYZ | 54.36 | 78.04 | 24.51 | - |
| YUV | 210.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 101 | 0.29 | 0 | 0.59 | 0.02 | 89.19 | 0.93 | 0.69 |
| Hex | B1 | F9 | 65 | 1D | 0 | 3B | 2 | 59 | 5C | 45 |
| Octal | 261 | 371 | 145 | 35 | 0 | 73 | 2 | 131 | 134 | 105 |
| Binary | 10110001 | 11111001 | 1100101 | 11101 | 0 | 111011 | 10 | 1011001 | 1011100 | 1000101 |
Color Harmonies of #B1F965
Complementary color
Monochromatic Colors of #B1F965
Black with #B1F965
Text Example
Text Example
White with #B1F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F965; }
p { color: rgb(177,249,101); }
H1.HeaderClassName
{
color: #B1F965;
}
.AnyTagClassName
{
color: #B1F965;
}
</style>
background-color css
<style>
a { background-color: #B1F965; }
a { background-color: rgb(177,249,101); }
div.DivClassName
{
background-color: #B1F965;
}
.BgClassName
{
background-color: #B1F965;
}
</style>
border-color css
<style>
span { border-color: #B1F965; }
span { border-color: rgb(177,249,101); }
td.TdClassName
{
border-color: #B1F965;
}
.TagClassName
{
border-color: #B1F965;
}
</style>