Shades of Conifer #BFFC58
Tints of Conifer #BFFC58
RGB
CMYK
RGB Variations
Color information
#BFFC58 (or 0xBFFC58) is known color: Conifer. HEX triplet: BF, FC and 58. RGB value is (191,252,88). Sum of RGB (Red+Green+Blue) = 191+252+88=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC58 is #4003A7. Grayscale: #D7D7D7. Windows color (decimal): -4195240 or 5831871. OLE color: 5831871.
HSL color Cylindrical-coordinate representation of color #BFFC58: hue angle of 82.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFFC58 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 88 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.01 |
| HSL | 82.32º | 0.96% | 0.67% | - |
| HSV(B) | 82.32º | 0.65% | 0.99% | - |
| XYZ | 58.06 | 81.4 | 21.88 | - |
| YUV | 215.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 88 | 0.24 | 0 | 0.65 | 0.01 | 82.32 | 0.96 | 0.67 |
| Hex | BF | FC | 58 | 18 | 0 | 41 | 1 | 52 | 60 | 43 |
| Octal | 277 | 374 | 130 | 30 | 0 | 101 | 1 | 122 | 140 | 103 |
| Binary | 10111111 | 11111100 | 1011000 | 11000 | 0 | 1000001 | 1 | 1010010 | 1100000 | 1000011 |
Color Harmonies of #BFFC58
Complementary color
Monochromatic Colors of #BFFC58
Black with #BFFC58
Text Example
Text Example
White with #BFFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC58; }
p { color: rgb(191,252,88); }
H1.HeaderClassName
{
color: #BFFC58;
}
.AnyTagClassName
{
color: #BFFC58;
}
</style>
background-color css
<style>
a { background-color: #BFFC58; }
a { background-color: rgb(191,252,88); }
div.DivClassName
{
background-color: #BFFC58;
}
.BgClassName
{
background-color: #BFFC58;
}
</style>
border-color css
<style>
span { border-color: #BFFC58; }
span { border-color: rgb(191,252,88); }
td.TdClassName
{
border-color: #BFFC58;
}
.TagClassName
{
border-color: #BFFC58;
}
</style>