Shades of Conifer #BFFE58
Tints of Conifer #BFFE58
RGB
CMYK
RGB Variations
Color information
#BFFE58 (or 0xBFFE58) is known color: Conifer. HEX triplet: BF, FE and 58. RGB value is (191,254,88). Sum of RGB (Red+Green+Blue) = 191+254+88=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE58 is #4001A7. Grayscale: #D8D8D8. Windows color (decimal): -4194728 or 5832383. OLE color: 5832383.
HSL color Cylindrical-coordinate representation of color #BFFE58: hue angle of 82.77º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFFE58 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 88 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.00 |
| HSL | 82.77º | 0.99% | 0.67% | - |
| HSV(B) | 82.77º | 0.65% | 1% | - |
| XYZ | 58.69 | 82.66 | 22.1 | - |
| YUV | 216.24 | 55.63 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 88 | 0.25 | 0 | 0.65 | 0.00 | 82.77 | 0.99 | 0.67 |
| Hex | BF | FE | 58 | 19 | 0 | 41 | 0 | 53 | 63 | 43 |
| Octal | 277 | 376 | 130 | 31 | 0 | 101 | 0 | 123 | 143 | 103 |
| Binary | 10111111 | 11111110 | 1011000 | 11001 | 0 | 1000001 | 0 | 1010011 | 1100011 | 1000011 |
Color Harmonies of #BFFE58
Complementary color
Monochromatic Colors of #BFFE58
Black with #BFFE58
Text Example
Text Example
White with #BFFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE58; }
p { color: rgb(191,254,88); }
H1.HeaderClassName
{
color: #BFFE58;
}
.AnyTagClassName
{
color: #BFFE58;
}
</style>
background-color css
<style>
a { background-color: #BFFE58; }
a { background-color: rgb(191,254,88); }
div.DivClassName
{
background-color: #BFFE58;
}
.BgClassName
{
background-color: #BFFE58;
}
</style>
border-color css
<style>
span { border-color: #BFFE58; }
span { border-color: rgb(191,254,88); }
td.TdClassName
{
border-color: #BFFE58;
}
.TagClassName
{
border-color: #BFFE58;
}
</style>