Shades of Conifer #BFF148
Tints of Conifer #BFF148
RGB
CMYK
RGB Variations
Color information
#BFF148 (or 0xBFF148) is known color: Conifer. HEX triplet: BF, F1 and 48. RGB value is (191,241,72). Sum of RGB (Red+Green+Blue) = 191+241+72=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF148 is #400EB7. Grayscale: #CFCFCF. Windows color (decimal): -4198072 or 4780479. OLE color: 4780479.
HSL color Cylindrical-coordinate representation of color #BFF148: hue angle of 77.75º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF148 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 72 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.05 |
| HSL | 77.75º | 0.86% | 0.61% | - |
| HSV(B) | 77.75º | 0.7% | 0.95% | - |
| XYZ | 54.11 | 74.45 | 17.65 | - |
| YUV | 206.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 72 | 0.21 | 0 | 0.70 | 0.05 | 77.75 | 0.86 | 0.61 |
| Hex | BF | F1 | 48 | 15 | 0 | 46 | 5 | 4E | 56 | 3D |
| Octal | 277 | 361 | 110 | 25 | 0 | 106 | 5 | 116 | 126 | 75 |
| Binary | 10111111 | 11110001 | 1001000 | 10101 | 0 | 1000110 | 101 | 1001110 | 1010110 | 111101 |
Color Harmonies of #BFF148
Complementary color
Monochromatic Colors of #BFF148
Black with #BFF148
Text Example
Text Example
White with #BFF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF148; }
p { color: rgb(191,241,72); }
H1.HeaderClassName
{
color: #BFF148;
}
.AnyTagClassName
{
color: #BFF148;
}
</style>
background-color css
<style>
a { background-color: #BFF148; }
a { background-color: rgb(191,241,72); }
div.DivClassName
{
background-color: #BFF148;
}
.BgClassName
{
background-color: #BFF148;
}
</style>
border-color css
<style>
span { border-color: #BFF148; }
span { border-color: rgb(191,241,72); }
td.TdClassName
{
border-color: #BFF148;
}
.TagClassName
{
border-color: #BFF148;
}
</style>