Shades of Conifer #BFE248
Tints of Conifer #BFE248
RGB
CMYK
RGB Variations
Color information
#BFE248 (or 0xBFE248) is known color: Conifer. HEX triplet: BF, E2 and 48. RGB value is (191,226,72). Sum of RGB (Red+Green+Blue) = 191+226+72=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE248 is #401DB7. Grayscale: #C6C6C6. Windows color (decimal): -4201912 or 4776639. OLE color: 4776639.
HSL color Cylindrical-coordinate representation of color #BFE248: hue angle of 73.64º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE248 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 72 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.11 |
| HSL | 73.64º | 0.73% | 0.58% | - |
| HSV(B) | 73.64º | 0.68% | 0.89% | - |
| XYZ | 49.85 | 65.94 | 16.23 | - |
| YUV | 197.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 72 | 0.15 | 0 | 0.68 | 0.11 | 73.64 | 0.73 | 0.58 |
| Hex | BF | E2 | 48 | F | 0 | 44 | B | 4A | 49 | 3A |
| Octal | 277 | 342 | 110 | 17 | 0 | 104 | 13 | 112 | 111 | 72 |
| Binary | 10111111 | 11100010 | 1001000 | 1111 | 0 | 1000100 | 1011 | 1001010 | 1001001 | 111010 |
Color Harmonies of #BFE248
Complementary color
Monochromatic Colors of #BFE248
Black with #BFE248
Text Example
Text Example
White with #BFE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE248; }
p { color: rgb(191,226,72); }
H1.HeaderClassName
{
color: #BFE248;
}
.AnyTagClassName
{
color: #BFE248;
}
</style>
background-color css
<style>
a { background-color: #BFE248; }
a { background-color: rgb(191,226,72); }
div.DivClassName
{
background-color: #BFE248;
}
.BgClassName
{
background-color: #BFE248;
}
</style>
border-color css
<style>
span { border-color: #BFE248; }
span { border-color: rgb(191,226,72); }
td.TdClassName
{
border-color: #BFE248;
}
.TagClassName
{
border-color: #BFE248;
}
</style>