Shades of Conifer #BFFC5B
Tints of Conifer #BFFC5B
RGB
CMYK
RGB Variations
Color information
#BFFC5B (or 0xBFFC5B) is known color: Conifer. HEX triplet: BF, FC and 5B. RGB value is (191,252,91). Sum of RGB (Red+Green+Blue) = 191+252+91=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC5B is #4003A4. Grayscale: #D7D7D7. Windows color (decimal): -4195237 or 6028479. OLE color: 6028479.
HSL color Cylindrical-coordinate representation of color #BFFC5B: hue angle of 82.73º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFC5B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 91 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.01 |
| HSL | 82.73º | 0.96% | 0.67% | - |
| HSV(B) | 82.73º | 0.64% | 0.99% | - |
| XYZ | 58.18 | 81.45 | 22.55 | - |
| YUV | 215.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 91 | 0.24 | 0 | 0.64 | 0.01 | 82.73 | 0.96 | 0.67 |
| Hex | BF | FC | 5B | 18 | 0 | 40 | 1 | 53 | 60 | 43 |
| Octal | 277 | 374 | 133 | 30 | 0 | 100 | 1 | 123 | 140 | 103 |
| Binary | 10111111 | 11111100 | 1011011 | 11000 | 0 | 1000000 | 1 | 1010011 | 1100000 | 1000011 |
Color Harmonies of #BFFC5B
Complementary color
Monochromatic Colors of #BFFC5B
Black with #BFFC5B
Text Example
Text Example
White with #BFFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC5B; }
p { color: rgb(191,252,91); }
H1.HeaderClassName
{
color: #BFFC5B;
}
.AnyTagClassName
{
color: #BFFC5B;
}
</style>
background-color css
<style>
a { background-color: #BFFC5B; }
a { background-color: rgb(191,252,91); }
div.DivClassName
{
background-color: #BFFC5B;
}
.BgClassName
{
background-color: #BFFC5B;
}
</style>
border-color css
<style>
span { border-color: #BFFC5B; }
span { border-color: rgb(191,252,91); }
td.TdClassName
{
border-color: #BFFC5B;
}
.TagClassName
{
border-color: #BFFC5B;
}
</style>