Shades of Conifer #B1F665
Tints of Conifer #B1F665
RGB
CMYK
RGB Variations
Color information
#B1F665 (or 0xB1F665) is known color: Conifer. HEX triplet: B1, F6 and 65. RGB value is (177,246,101). Sum of RGB (Red+Green+Blue) = 177+246+101=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F665 is #4E099A. Grayscale: #D1D1D1. Windows color (decimal): -5114267 or 6682289. OLE color: 6682289.
HSL color Cylindrical-coordinate representation of color #B1F665: hue angle of 88.55º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1F665 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 101 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.04 |
| HSL | 88.55º | 0.89% | 0.68% | - |
| HSV(B) | 88.55º | 0.59% | 0.96% | - |
| XYZ | 53.44 | 76.2 | 24.2 | - |
| YUV | 208.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 101 | 0.28 | 0 | 0.59 | 0.04 | 88.55 | 0.89 | 0.68 |
| Hex | B1 | F6 | 65 | 1C | 0 | 3B | 4 | 59 | 59 | 44 |
| Octal | 261 | 366 | 145 | 34 | 0 | 73 | 4 | 131 | 131 | 104 |
| Binary | 10110001 | 11110110 | 1100101 | 11100 | 0 | 111011 | 100 | 1011001 | 1011001 | 1000100 |
Color Harmonies of #B1F665
Complementary color
Monochromatic Colors of #B1F665
Black with #B1F665
Text Example
Text Example
White with #B1F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F665; }
p { color: rgb(177,246,101); }
H1.HeaderClassName
{
color: #B1F665;
}
.AnyTagClassName
{
color: #B1F665;
}
</style>
background-color css
<style>
a { background-color: #B1F665; }
a { background-color: rgb(177,246,101); }
div.DivClassName
{
background-color: #B1F665;
}
.BgClassName
{
background-color: #B1F665;
}
</style>
border-color css
<style>
span { border-color: #B1F665; }
span { border-color: rgb(177,246,101); }
td.TdClassName
{
border-color: #B1F665;
}
.TagClassName
{
border-color: #B1F665;
}
</style>