Shades of Conifer #B1F760
Tints of Conifer #B1F760
RGB
CMYK
RGB Variations
Color information
#B1F760 (or 0xB1F760) is known color: Conifer. HEX triplet: B1, F7 and 60. RGB value is (177,247,96). Sum of RGB (Red+Green+Blue) = 177+247+96=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F760 is #4E089F. Grayscale: #D1D1D1. Windows color (decimal): -5114016 or 6354865. OLE color: 6354865.
HSL color Cylindrical-coordinate representation of color #B1F760: hue angle of 87.81º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1F760 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 247 | 96 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.03 |
| HSL | 87.81º | 0.9% | 0.67% | - |
| HSV(B) | 87.81º | 0.61% | 0.97% | - |
| XYZ | 53.5 | 76.71 | 23.05 | - |
| YUV | 208.86 | 64.31 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 247 | 96 | 0.28 | 0 | 0.61 | 0.03 | 87.81 | 0.9 | 0.67 |
| Hex | B1 | F7 | 60 | 1C | 0 | 3D | 3 | 58 | 5A | 43 |
| Octal | 261 | 367 | 140 | 34 | 0 | 75 | 3 | 130 | 132 | 103 |
| Binary | 10110001 | 11110111 | 1100000 | 11100 | 0 | 111101 | 11 | 1011000 | 1011010 | 1000011 |
Color Harmonies of #B1F760
Complementary color
Monochromatic Colors of #B1F760
Black with #B1F760
Text Example
Text Example
White with #B1F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F760; }
p { color: rgb(177,247,96); }
H1.HeaderClassName
{
color: #B1F760;
}
.AnyTagClassName
{
color: #B1F760;
}
</style>
background-color css
<style>
a { background-color: #B1F760; }
a { background-color: rgb(177,247,96); }
div.DivClassName
{
background-color: #B1F760;
}
.BgClassName
{
background-color: #B1F760;
}
</style>
border-color css
<style>
span { border-color: #B1F760; }
span { border-color: rgb(177,247,96); }
td.TdClassName
{
border-color: #B1F760;
}
.TagClassName
{
border-color: #B1F760;
}
</style>