Shades of Conifer #BFF05B
Tints of Conifer #BFF05B
RGB
CMYK
RGB Variations
Color information
#BFF05B (or 0xBFF05B) is known color: Conifer. HEX triplet: BF, F0 and 5B. RGB value is (191,240,91). Sum of RGB (Red+Green+Blue) = 191+240+91=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF05B is #400FA4. Grayscale: #D0D0D0. Windows color (decimal): -4198309 or 6025407. OLE color: 6025407.
HSL color Cylindrical-coordinate representation of color #BFF05B: hue angle of 79.73º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF05B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 91 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.06 |
| HSL | 79.73º | 0.83% | 0.65% | - |
| HSV(B) | 79.73º | 0.62% | 0.94% | - |
| XYZ | 54.53 | 74.15 | 21.34 | - |
| YUV | 208.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 91 | 0.20 | 0 | 0.62 | 0.06 | 79.73 | 0.83 | 0.65 |
| Hex | BF | F0 | 5B | 14 | 0 | 3E | 6 | 50 | 53 | 41 |
| Octal | 277 | 360 | 133 | 24 | 0 | 76 | 6 | 120 | 123 | 101 |
| Binary | 10111111 | 11110000 | 1011011 | 10100 | 0 | 111110 | 110 | 1010000 | 1010011 | 1000001 |
Color Harmonies of #BFF05B
Complementary color
Monochromatic Colors of #BFF05B
Black with #BFF05B
Text Example
Text Example
White with #BFF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF05B; }
p { color: rgb(191,240,91); }
H1.HeaderClassName
{
color: #BFF05B;
}
.AnyTagClassName
{
color: #BFF05B;
}
</style>
background-color css
<style>
a { background-color: #BFF05B; }
a { background-color: rgb(191,240,91); }
div.DivClassName
{
background-color: #BFF05B;
}
.BgClassName
{
background-color: #BFF05B;
}
</style>
border-color css
<style>
span { border-color: #BFF05B; }
span { border-color: rgb(191,240,91); }
td.TdClassName
{
border-color: #BFF05B;
}
.TagClassName
{
border-color: #BFF05B;
}
</style>