Shades of Conifer #B1F448
Tints of Conifer #B1F448
RGB
CMYK
RGB Variations
Color information
#B1F448 (or 0xB1F448) is known color: Conifer. HEX triplet: B1, F4 and 48. RGB value is (177,244,72). Sum of RGB (Red+Green+Blue) = 177+244+72=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F448 is #4E0BB7. Grayscale: #CCCCCC. Windows color (decimal): -5114808 or 4781233. OLE color: 4781233.
HSL color Cylindrical-coordinate representation of color #B1F448: hue angle of 83.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1F448 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 72 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.04 |
| HSL | 83.37º | 0.89% | 0.62% | - |
| HSV(B) | 83.37º | 0.7% | 0.96% | - |
| XYZ | 51.65 | 74.52 | 17.79 | - |
| YUV | 204.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 72 | 0.27 | 0 | 0.70 | 0.04 | 83.37 | 0.89 | 0.62 |
| Hex | B1 | F4 | 48 | 1B | 0 | 46 | 4 | 53 | 59 | 3E |
| Octal | 261 | 364 | 110 | 33 | 0 | 106 | 4 | 123 | 131 | 76 |
| Binary | 10110001 | 11110100 | 1001000 | 11011 | 0 | 1000110 | 100 | 1010011 | 1011001 | 111110 |
Color Harmonies of #B1F448
Complementary color
Monochromatic Colors of #B1F448
Black with #B1F448
Text Example
Text Example
White with #B1F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F448; }
p { color: rgb(177,244,72); }
H1.HeaderClassName
{
color: #B1F448;
}
.AnyTagClassName
{
color: #B1F448;
}
</style>
background-color css
<style>
a { background-color: #B1F448; }
a { background-color: rgb(177,244,72); }
div.DivClassName
{
background-color: #B1F448;
}
.BgClassName
{
background-color: #B1F448;
}
</style>
border-color css
<style>
span { border-color: #B1F448; }
span { border-color: rgb(177,244,72); }
td.TdClassName
{
border-color: #B1F448;
}
.TagClassName
{
border-color: #B1F448;
}
</style>