Shades of Conifer #BFE848
Tints of Conifer #BFE848
RGB
CMYK
RGB Variations
Color information
#BFE848 (or 0xBFE848) is known color: Conifer. HEX triplet: BF, E8 and 48. RGB value is (191,232,72). Sum of RGB (Red+Green+Blue) = 191+232+72=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE848 is #4017B7. Grayscale: #CACACA. Windows color (decimal): -4200376 or 4778175. OLE color: 4778175.
HSL color Cylindrical-coordinate representation of color #BFE848: hue angle of 75.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE848 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 72 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.09 |
| HSL | 75.38º | 0.78% | 0.6% | - |
| HSV(B) | 75.38º | 0.69% | 0.91% | - |
| XYZ | 51.51 | 69.26 | 16.78 | - |
| YUV | 201.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 72 | 0.18 | 0 | 0.69 | 0.09 | 75.38 | 0.78 | 0.6 |
| Hex | BF | E8 | 48 | 12 | 0 | 45 | 9 | 4B | 4E | 3C |
| Octal | 277 | 350 | 110 | 22 | 0 | 105 | 11 | 113 | 116 | 74 |
| Binary | 10111111 | 11101000 | 1001000 | 10010 | 0 | 1000101 | 1001 | 1001011 | 1001110 | 111100 |
Color Harmonies of #BFE848
Complementary color
Monochromatic Colors of #BFE848
Black with #BFE848
Text Example
Text Example
White with #BFE848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE848; }
p { color: rgb(191,232,72); }
H1.HeaderClassName
{
color: #BFE848;
}
.AnyTagClassName
{
color: #BFE848;
}
</style>
background-color css
<style>
a { background-color: #BFE848; }
a { background-color: rgb(191,232,72); }
div.DivClassName
{
background-color: #BFE848;
}
.BgClassName
{
background-color: #BFE848;
}
</style>
border-color css
<style>
span { border-color: #BFE848; }
span { border-color: rgb(191,232,72); }
td.TdClassName
{
border-color: #BFE848;
}
.TagClassName
{
border-color: #BFE848;
}
</style>