Shades of Conifer #B1D33F
Tints of Conifer #B1D33F
RGB
CMYK
RGB Variations
Color information
#B1D33F (or 0xB1D33F) is known color: Conifer. HEX triplet: B1, D3 and 3F. RGB value is (177,211,63). Sum of RGB (Red+Green+Blue) = 177+211+63=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D33F is #4E2CC0. Grayscale: #B8B8B8. Windows color (decimal): -5123265 or 4182961. OLE color: 4182961.
HSL color Cylindrical-coordinate representation of color #B1D33F: hue angle of 73.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1D33F is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 63 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.17 |
| HSL | 73.78º | 0.63% | 0.54% | - |
| HSV(B) | 73.78º | 0.7% | 0.83% | - |
| XYZ | 42.32 | 56.29 | 13.34 | - |
| YUV | 183.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 63 | 0.16 | 0 | 0.70 | 0.17 | 73.78 | 0.63 | 0.54 |
| Hex | B1 | D3 | 3F | 10 | 0 | 46 | 11 | 4A | 3F | 36 |
| Octal | 261 | 323 | 77 | 20 | 0 | 106 | 21 | 112 | 77 | 66 |
| Binary | 10110001 | 11010011 | 111111 | 10000 | 0 | 1000110 | 10001 | 1001010 | 111111 | 110110 |
Color Harmonies of #B1D33F
Complementary color
Monochromatic Colors of #B1D33F
Black with #B1D33F
Text Example
Text Example
White with #B1D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D33F; }
p { color: rgb(177,211,63); }
H1.HeaderClassName
{
color: #B1D33F;
}
.AnyTagClassName
{
color: #B1D33F;
}
</style>
background-color css
<style>
a { background-color: #B1D33F; }
a { background-color: rgb(177,211,63); }
div.DivClassName
{
background-color: #B1D33F;
}
.BgClassName
{
background-color: #B1D33F;
}
</style>
border-color css
<style>
span { border-color: #B1D33F; }
span { border-color: rgb(177,211,63); }
td.TdClassName
{
border-color: #B1D33F;
}
.TagClassName
{
border-color: #B1D33F;
}
</style>